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 = "{stateIcon} {title} - {artist}";
|
||||||
format-paused = "{stateIcon}";
|
format-paused = "{stateIcon}";
|
||||||
format-stopped = "{stateIcon}";
|
format-stopped = "";
|
||||||
state-icons = {
|
state-icons = {
|
||||||
stopped = "";
|
|
||||||
paused = "";
|
paused = "";
|
||||||
playing = "";
|
playing = "";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue