feat(waybar): move the music icon to the left
thanks mathis :-)
This commit is contained in:
parent
ad7a68288b
commit
b387fe5966
1 changed files with 3 additions and 3 deletions
|
@ -227,9 +227,9 @@ in {
|
|||
format = "X {}";
|
||||
};
|
||||
mpd = {
|
||||
format = "{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ";
|
||||
format-disconnected = "Disconnected ";
|
||||
format-stopped = "Stopped ";
|
||||
format = " {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})";
|
||||
format-disconnected = " Disconnected";
|
||||
format-stopped = " Stopped";
|
||||
interval = 1;
|
||||
tooltip-format = "MPD (connected)";
|
||||
tooltip-format-disconnected = "MPD (disconnected)";
|
||||
|
|
Loading…
Reference in a new issue