dotfiles/.config/waybar/config

47 lines
1.1 KiB
Text

{
"layer": "top",
"position": "top",
"height": 24,
"modules-left": ["sway/workspaces"],
"modules-center": ["sway/window"],
"modules-right": ["tray", "pulseaudio", "network", "temperature", "cpu", "memory", "clock", "custom/germany"],
"sway/workspaces": {
"disable-scroll": true,
"disable-click": true,
},
"tray": {
"spacing": 10,
},
"clock": {
"format": "{:%a %Y %b %d %R}"
},
"custom/germany": {
"format": "{}",
"exec": "TZ=Europe/Berlin date \"+%H:%M %Z\"",
"interval": 30,
},
"cpu": {
"format": " {usage}%"
},
"memory": {
"format": " {}%"
},
"temperature": {
"critical-threshold": 85,
"format": " {temperatureC}°C"
},
"network": {
"format-wifi": " {essid}",
"format-disconnected": "⚠ Disconnected"
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "",
"format-icons": {
"headphones": "",
"default": ["", ""]
},
"on-click": "pavucontrol"
},
}