From 4cfec687edc2bbc8a4607201c3681b3cb6882dba Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 2 Jan 2026 11:33:47 +0100 Subject: [PATCH] feat: update music every minute because rmpc script is still broken --- modules/home/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index 0778834..193dd32 100644 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -108,7 +108,7 @@ }, "custom/music": { - "interval": "once", + "interval": 60, "return-type": "json", "exec": "~/.local/bin/waybar-music", "on-click": "playerctl play-pause",