.dotfiles/.config/waybar/default-modules.json

86 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2024-02-23 01:49:39 +00:00
{
"hyprland/workspaces": {
"on-click": "activate",
"all-outputs": true,
2024-03-04 14:32:07 +00:00
"sort-by-number": true
2024-02-23 01:49:39 +00:00
},
"hyprland/window": {
"max-length": 128
},
2024-08-21 14:34:57 +00:00
"sway/workspaces": {
"on-click": "activate",
"all-outputs": true,
"disable-scroll": true
},
2024-02-23 01:49:39 +00:00
"clock": {
"interval": 1,
2024-03-04 14:32:07 +00:00
"format": " {:%Y-%m-%d %H:%M:%S}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
2024-02-23 01:49:39 +00:00
},
"cpu": {
"format": " {usage}%"
},
"memory": {
"format": " {percentage}%"
},
2024-03-04 14:32:07 +00:00
"mpris": {
"format": "{player_icon} {status_icon} {dynamic}",
"interval": 5,
"dynamic-order": [
"title",
"artist",
"position",
"length"
],
2024-03-08 17:31:33 +00:00
"title-len": 50,
"artist-len": 25,
2024-03-04 14:32:07 +00:00
"player-icons": {
"default": "󰎈",
"chromium": "",
"firefox": "",
"spotify": "",
"spotifyd": "",
"vlc": ""
},
"status-icons": {
"paused": "󰏤",
"playing": "󰐊",
"stopped": "󰓛"
}
},
2024-02-23 01:49:39 +00:00
"network": {
"format": " {ipaddr}"
},
"temperature": {
"format": " {temperatureC}°C",
"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input"
},
"tray": {
"spacing": 4
},
2024-03-04 14:32:07 +00:00
"custom/pacman": {
"format": "󰏕 {}",
"interval": 3600,
"exec": "~/.config/waybar/custom/pacman",
"on-click": "alacritty -e 'archlinux-update'",
2024-02-23 01:49:39 +00:00
"return-type": "json",
2024-03-04 14:32:07 +00:00
"signal": 8
},
2024-02-23 01:49:39 +00:00
"custom/weather": {
2024-03-04 14:32:07 +00:00
"exec": "~/.config/waybar/custom/weather",
"on-click": "xdg-open 'https://www.wetter.com/deutschland/oranienburg/DE0007983.html'",
2024-02-23 01:49:39 +00:00
"return-type": "json",
"format": "{}",
"tooltip": true,
"interval": 1200
},
"custom/status": {
"format": "󱖫 {}",
2024-03-04 14:32:07 +00:00
"exec": "~/.config/waybar/custom/status-serguzim-net",
"on-click": "xdg-open 'https://status.serguzim.me'",
2024-02-23 01:49:39 +00:00
"return-type": "json",
"tooltip": true,
"interval": 500
}
}