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