diff options
Diffstat (limited to 'polybar')
-rwxr-xr-x | polybar/.config/polybar/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index bf137a6..43c3086 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -3,10 +3,10 @@ screenchange-reload = true | |||
3 | 3 | ||
4 | [colors] | 4 | [colors] |
5 | ;background = ${xrdb:background:#060808} | 5 | ;background = ${xrdb:background:#060808} |
6 | background = #00000000 | 6 | background = #00b7b7b7 |
7 | background-alt = ${xrdb:color0:#000} | 7 | background-alt = ${xrdb:color0:#000} |
8 | ;foreground = ${xrdb:foreground:#c5c8c6} | 8 | ;foreground = ${xrdb:foreground:#c5c8c6} |
9 | foreground = #a3a1a1 | 9 | foreground = #b7b7b7 |
10 | foreground-alt = ${xrdb:colorBD:#444} | 10 | foreground-alt = ${xrdb:colorBD:#444} |
11 | primary = ${xrdb:color4:#ffb52a} | 11 | primary = ${xrdb:color4:#ffb52a} |
12 | secondary = ${xrdb:color3:#e60053} | 12 | secondary = ${xrdb:color3:#e60053} |
@@ -63,18 +63,18 @@ ws-icon-6 = chat; | |||
63 | ws-icon-7 = game;戮 | 63 | ws-icon-7 = game;戮 |
64 | ws-icon-default = | 64 | ws-icon-default = |
65 | 65 | ||
66 | label-focused = | 66 | label-focused = |
67 | label-focused-foreground = #79ffe1 | 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 | ||
71 | label-occupied = | 71 | label-occupied = |
72 | ;label-occupied-foreground = ${xrdb:color15:#85befd} | 72 | ;label-occupied-foreground = ${xrdb:color15:#85befd} |
73 | label-occupied-foreground = #5e5c5c | 73 | label-occupied-foreground = #b7b7b7 |
74 | label-occupied-padding = 1 | 74 | label-occupied-padding = 1 |
75 | 75 | ||
76 | label-empty = | 76 | label-empty = |
77 | label-empty-foreground = #5e5c5c | 77 | label-empty-foreground = #b7b7b7 |
78 | label-empty-padding = 1 | 78 | label-empty-padding = 1 |
79 | 79 | ||
80 | ; urgent = Workspace with urgency hint set | 80 | ; urgent = Workspace with urgency hint set |