non important commit
This commit is contained in:
parent
a3e01cf121
commit
503a09fa03
1 changed files with 8 additions and 30 deletions
|
|
@ -53,11 +53,6 @@
|
|||
background = "\${colors.trans}";
|
||||
foreground = "\${colors.fg}";
|
||||
|
||||
tray-background = "\${colors.trans}";
|
||||
tray-padding = "2";
|
||||
tray-position = "right";
|
||||
tray-maxsize = "16";
|
||||
|
||||
font-0 = "monospace:size=10;2";
|
||||
font-1 = "monospace:size=10;2";
|
||||
font-2 = "monospace:size=10;2";
|
||||
|
|
@ -71,7 +66,6 @@
|
|||
cursor-scroll = "ns-resize";
|
||||
|
||||
modules-left = "bspwm";
|
||||
modules-center = "mpd";
|
||||
modules-right = "date";
|
||||
};
|
||||
|
||||
|
|
@ -96,16 +90,19 @@
|
|||
background = "\${colors.trans}";
|
||||
foreground = "\${colors.fg}";
|
||||
|
||||
tray-background = "\${colors.trans}";
|
||||
tray-padding = "2";
|
||||
tray-position = "right";
|
||||
tray-maxsize = "16";
|
||||
font-0 = "monospace:size=10;2";
|
||||
font-1 = "monospace:size=10;2";
|
||||
font-2 = "monospace:size=10;2";
|
||||
font-3 = "monospace:size=10;2";
|
||||
font-4 = "monospace:size=10;2";
|
||||
font-5 = "monospace:size=10;2";
|
||||
font-6 = "monospace:size=10;2";
|
||||
font-7 = "monospace:size=12;3";
|
||||
|
||||
cursor-click = "pointer";
|
||||
cursor-scroll = "ns-resize";
|
||||
|
||||
modules-left = "bspwm";
|
||||
modules-center = "mpd";
|
||||
modules-right = "date";
|
||||
};
|
||||
|
||||
|
|
@ -147,25 +144,6 @@
|
|||
label-marked-padding = 1;
|
||||
};
|
||||
|
||||
"module/mpd" = {
|
||||
type = "internal/mpd";
|
||||
interval = 1;
|
||||
format-online = "<icon-prev><toggle><icon-next>";
|
||||
format-stopped = "<icon-prev><toggle><icon-next>";
|
||||
icon-play = "%{T7}▶%{T-}";
|
||||
icon-play-foreground = "\${colors.fg}";
|
||||
icon-play-padding = 1;
|
||||
icon-pause = "%{T7}⏸%{T-}";
|
||||
icon-pause-foreground = "\${colors.fg}";
|
||||
icon-pause-padding = 1;
|
||||
icon-prev = "%{T7}⏮%{T-}";
|
||||
icon-prev-foreground = "\${colors.fg}";
|
||||
icon-prev-padding = 1;
|
||||
icon-next = "%{T7}⏭%{T-}";
|
||||
icon-next-foreground = "\${colors.fg}";
|
||||
icon-next-padding = 1;
|
||||
};
|
||||
|
||||
"module/date" = {
|
||||
type = "internal/date";
|
||||
interval = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue