diff options
Diffstat (limited to 'polybar')
-rwxr-xr-x | polybar/.config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index ee9878a..3288b6e 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -64,7 +64,7 @@ ws-icon-7 = game;戮 | |||
64 | ws-icon-default = | 64 | ws-icon-default = |
65 | 65 | ||
66 | label-focused = | 66 | label-focused = |
67 | label-focused-foreground = ${xrdb:color6:#ffd7b1} | 67 | label-focused-foreground = #79ffe1 |
68 | label-focused-padding = 1 | 68 | label-focused-padding = 1 |
69 | ;label-focused-font = 10 | 69 | ;label-focused-font = 10 |
70 | 70 | ||
@@ -157,7 +157,7 @@ click-middle = cmus-remote --pause | |||
157 | scroll-up = cmus-remote --volume +5% | 157 | scroll-up = cmus-remote --volume +5% |
158 | scroll-down = cmus-remote --volume -5% | 158 | scroll-down = cmus-remote --volume -5% |
159 | format = <label> | 159 | format = <label> |
160 | format-foreground = ${xrdb:color6:#ffd7b1} | 160 | format-foreground = #79ffe1 |
161 | label = %output% | 161 | label = %output% |
162 | !label-maxlen = 50 | 162 | !label-maxlen = 50 |
163 | 163 | ||