waybar: always show mpd icon
This commit is contained in:
parent
26ca820d4e
commit
085ca01d56
|
@ -137,7 +137,7 @@ in
|
|||
{
|
||||
format = "{stateIcon} {title} - {artist}";
|
||||
format-paused = "{stateIcon}";
|
||||
format-stopped = "";
|
||||
format-stopped = "{stateIcon}";
|
||||
state-icons = {
|
||||
stopped = "";
|
||||
paused = "";
|
||||
|
|
Loading…
Reference in a new issue