.dotfiles/.config/waybar/modules/custom-cava.jsonc
2026-01-18 21:08:16 -07:00

13 lines
272 B
Plaintext

{
"custom/cava": {
"format": "{0}",
"exec": "hyde-shell cava.py waybar --json",
"restart-interval": 1,
"hide-empty": true,
"return-type": "json",
"tooltip": true,
"on-click": "pkill -f 'cava.py waybar"
// "signal": 15// did no work
}
}