1
0
Files
dots/waybar/.config/config
Matt d2bf46b79f feat: sway
feat: starship
feat: waybar
2024-12-07 15:44:43 +00:00

28 lines
559 B
Plaintext

{
"position": "bottom",
"height": 20,
"modules-left": [
"sway/workspaces"
],
"modules-right": ["pulseaudio", "backlight", "network", "cpu", "memory", "disk", "temperature", "battery", "clock", "tray"],
"cpu": {
"format": "CPU: {usage}%"
},
"memory": {
"format": "Mem: {}%"
},
"battery": {
"format": "Battery: {}%"
},
"pulseaudio": {
"format": "Speakers: {volume}%",
"format-bluetooth": "Head Phones: {volume}%"
},
"network": {
"format": "{essid} {bandwidthDownBytes}:{bandwidthUpBytes}"
},
"disk": {
"format": "{free}"
}
}