dotfiles/.config/waybar/config

43 lines
1,000 B
Text
Raw Normal View History

{
"layer": "top",
"position": "top",
"height": 24,
2021-10-30 12:11:56 +02:00
"modules-left": ["sway/workspaces", "sway/window"],
"modules-center": ["clock"],
"modules-right": ["tray", "temperature", "cpu", "memory", "network", "pulseaudio"],
"sway/workspaces": {
"disable-scroll": true,
"disable-click": true,
},
"tray": {
"spacing": 10,
},
"clock": {
"format": "{:%a %Y %b %d %R}"
},
"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"
},
}