140 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
Max Känner 2024-03-09 22:47:06 +01:00
parent 6bc2a77708
commit 1ed5ce9ecf

View File

@ -112,7 +112,7 @@
"mpd" = {
format = "{stateIcon}{consumeIcon}{randomIcon}{repeatIcon}{singleIcon} {title} ({elapsedTime:%M:%S}/{totalTime:%M%S}) {volume}";
format-stopped = "{stateIcon} {randomIcon}{repeatIcon}{singleIcon} Stopped {volume}";
format-stopped = "{stateIcon}{randomIcon}{repeatIcon}{singleIcon} Stopped {volume}";
format-disconnected = "";
unkown-tag = "N/A";
interval = 2;
@ -121,20 +121,20 @@
off = "";
};
random-icons = {
on = " ";
off = "";
on = "󰒟 ";
off = "󰒞 ";
};
repeat-icons = {
on = "󰑖 ";
off = "";
off = "󰑗 ";
};
single-icons = {
on = "󰑘 ";
off = "";
};
state-icons = {
paused = "󰏤";
playing = "󰐊";
paused = "󰏤 ";
playing = "󰐊 ";
};
max-length = 50;
};
@ -178,6 +178,7 @@
padding: 0;
margin: 0;
font-size: 11px;
font: FiraCode Nerd Font;
}
window#waybar {