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 = ""; };