waybar: fix stopped icon not appearing
man waybar-mpd says {stateIcon} is not set when stopped
This commit is contained in:
parent
9c85344608
commit
b5505e8ff8
|
@ -137,9 +137,8 @@ in
|
|||
{
|
||||
format = "{stateIcon} {title} - {artist}";
|
||||
format-paused = "{stateIcon}";
|
||||
format-stopped = "{stateIcon}";
|
||||
format-stopped = "";
|
||||
state-icons = {
|
||||
stopped = "";
|
||||
paused = "";
|
||||
playing = "";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue