diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-26 16:48:35 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-26 16:48:35 +0000 |
commit | 4a2078eeb4240c002fca00e27765b5f7a4df6c9e (patch) | |
tree | 287fbe8ae96d68cec8cd9ec021457d4755cb1549 /polybar | |
parent | 31a157b314e4a6178a8f00325b07322bcf5b6597 (diff) |
changes
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 | ||