waybar: shorter mpris

This commit is contained in:
Vinzenz Schroeter 2025-11-12 15:11:27 +01:00
parent 88e15931b0
commit 1e05616712

View file

@ -196,8 +196,13 @@
# on-click = "playerctl play-pause";
# };
mpris = {
format = "{title} ";
tooltip-format = "{player} ({status}) {dynamic}";
format = "{status_icon} {player} ";
tooltip-format = "{player} ({status_icon} {status}) {dynamic}";
status-icons = {
playing = "";
paused = "󰏤";
stopped = "󰓛";
};
};
memory = {
format = "{}% ";
@ -227,6 +232,7 @@
};
tray = {
spacing = 4;
show-passive-items = true;
};
bluetooth = {
format = " {status} ";