feat(waybar): move the music icon to the left

thanks mathis :-)
This commit is contained in:
jacekpoz 2023-11-29 19:15:01 +01:00
parent ad7a68288b
commit b387fe5966
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -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)";