waybar: fix stopped icon not appearing
man waybar-mpd says {stateIcon} is not set when stopped
This commit is contained in:
parent
c091e2d40d
commit
b00b0bceb0
|
@ -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