1
0
Files
dots/waybar/.config/waybar/config

33 lines
745 B
Plaintext
Raw Normal View History

2024-12-07 15:44:43 +00:00
{
"position": "bottom",
"height": 20,
"modules-left": [
"sway/workspaces"
],
2024-12-07 18:57:43 +00:00
"modules-right": ["pulseaudio", "custom/wireguard", "backlight", "network", "cpu", "memory", "disk", "temperature", "battery", "clock", "tray"],
2024-12-07 15:44:43 +00:00
"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}"
2024-12-07 18:57:43 +00:00
},
"custom/wireguard": {
"exec": "~/.config/waybar/scripts/wireguard.sh",
"on-click": "~/.config/waybar/scripts/wireguard.sh --toggle",
"interval": 2
}
2024-12-07 15:44:43 +00:00
}