diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index dec5655..6f2bfbf 100644 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -109,11 +109,12 @@ }, "custom/music": { - "interval": 5, + "interval": "once", "return-type": "json", "exec": "~/.local/bin/waybar-music", "on-click": "playerctl play-pause", - "escape": true + "escape": true, + "signal": 2 }, "custom/devices": {