remove mpris from bar

This commit is contained in:
xunuwu 2025-04-08 00:59:10 +02:00
parent 4353d40f65
commit a2355988d1
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -16,7 +16,6 @@
"sway/window" "sway/window"
]; ];
modules-right = [ modules-right = [
"mpris"
"tray" "tray"
"clock" "clock"
]; ];
@ -26,14 +25,6 @@
"sway/window" = { "sway/window" = {
max-length = 80; max-length = 80;
}; };
mpris = {
ignored-players = ["firefox"];
on-click-right = "";
on-click-middle = "";
format = "{dynamic}";
dynamic-order = ["title" "album" "artist"];
dynamic-importance-order = ["title" "album" "artist"];
};
clock = { clock = {
format = "{:%V|%d %a %H:%M}"; format = "{:%V|%d %a %H:%M}";
tooltip-format = "<big>{:%a %Y-%m-%d %H:%M}</big>\n<small>{calendar}</small>"; tooltip-format = "<big>{:%a %Y-%m-%d %H:%M}</big>\n<small>{calendar}</small>";