From b00b0bceb0932e1ff1cc9cd3157087bbef2f1b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sun, 28 Jul 2024 00:38:32 -0300 Subject: [PATCH] waybar: fix stopped icon not appearing man waybar-mpd says {stateIcon} is not set when stopped --- user/waybar/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user/waybar/default.nix b/user/waybar/default.nix index c94edf5..d33076e 100644 --- a/user/waybar/default.nix +++ b/user/waybar/default.nix @@ -137,9 +137,8 @@ in { format = "{stateIcon} {title} - {artist}"; format-paused = "{stateIcon}"; - format-stopped = "{stateIcon}"; + format-stopped = ""; state-icons = { - stopped = ""; paused = ""; playing = ""; };