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

58 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-12-07 15:44:43 +00:00
{
"position": "bottom",
"height": 20,
"modules-left": [
"sway/workspaces"
],
2025-04-14 22:57:28 +01:00
"modules-right": ["cava", "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
},
2024-12-08 23:09:56 +00:00
"clock": {
2025-04-14 22:57:28 +01:00
"format": "{:%Y:%m:%d %T}",
"interval": 1
2024-12-08 23:09:56 +00:00
},
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
2025-04-14 22:57:28 +01:00
},
"cava": {
"framerate": 30,
"autosens": 1,
"sensitivity": 100,
"bars": 14,
"lower_cutoff_freq": 50,
"higher_cutoff_freq": 10000,
"method": "pulse",
"source": "auto",
"stereo": true,
"reverse": false,
"bar_delimiter": 0,
"monstercat": false,
"waves": false,
"noise_reduction": 0.77,
"input_delay": 2,
"format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
"actions": {
"on-click-right": "mode"
}
}
2024-12-07 15:44:43 +00:00
}