waybar: fix stopped icon not appearing

man waybar-mpd says {stateIcon} is not set when stopped
This commit is contained in:
Leonardo Eugênio 2024-07-28 00:38:32 -03:00
parent c091e2d40d
commit b00b0bceb0

View file

@ -137,9 +137,8 @@ in
{
format = "{stateIcon} {title} - {artist}";
format-paused = "{stateIcon}";
format-stopped = "{stateIcon}";
format-stopped = "";
state-icons = {
stopped = "";
paused = "";
playing = "";
};