dotfiles/.config/waybar/config

54 lines
1.3 KiB
Text

{
"layer": "top",
"position": "top",
"height": 28,
"modules-left": ["sway/workspaces"],
"modules-center": ["sway/window"],
"modules-right": ["tray", "cpu", "memory", "network", "pulseaudio", "clock"],
"sway/workspaces": {
"disable-scroll": true,
"disable-click": true,
},
"sway/window": {
"format": "{}",
"max-length": 50,
"tooltip": false,
},
"tray": {
"icon-size": 20,
"spacing": 10,
},
"clock": {
"format": "{:%a %d-%b-%Y %R}",
"tooltip": false,
},
"cpu": {
"interval": 5,
"format": "<big></big> {usage}%",
"tooltip": false,
},
"memory": {
"format": "<big></big> {}%",
"tooltip": false,
},
"network": {
"format-wifi": " {essid}",
"format-disconnected": "⚠ Disconnected",
"tooltip": false,
},
"pulseaudio": {
"format": "{volume}% {icon} {format_source}",
"format-source": "{volume}%",
"format-muted": " {format-source}",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"default": ["", ""],
},
"tooltip": false,
},
}