remove mpris from bar
This commit is contained in:
parent
4353d40f65
commit
a2355988d1
1 changed files with 0 additions and 9 deletions
|
@ -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>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue