diff options
-rwxr-xr-x | polybar/.config/polybar/config | 4 | ||||
-rwxr-xr-x | x/.Xresources | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 0ad7cf4..ee9878a 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -6,7 +6,7 @@ screenchange-reload = true | |||
6 | background = #00000000 | 6 | background = #00000000 |
7 | background-alt = ${xrdb:color0:#000} | 7 | background-alt = ${xrdb:color0:#000} |
8 | ;foreground = ${xrdb:foreground:#c5c8c6} | 8 | ;foreground = ${xrdb:foreground:#c5c8c6} |
9 | foreground = #5e5c5c | 9 | foreground = #757474 |
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} |
@@ -140,9 +140,11 @@ format-charging = +bat <label-charging> | |||
140 | [module/pulseaudio] | 140 | [module/pulseaudio] |
141 | type = internal/pulseaudio | 141 | type = internal/pulseaudio |
142 | format-volume = vol <label-volume> | 142 | format-volume = vol <label-volume> |
143 | format-muted = vol <label-muted> | ||
143 | label-volume = %percentage%% | 144 | label-volume = %percentage%% |
144 | label-volume-foreground = #EEFFFF | 145 | label-volume-foreground = #EEFFFF |
145 | label-muted = muted | 146 | label-muted = muted |
147 | label-muted-foreground = #EEFFFF | ||
146 | 148 | ||
147 | [module/cmus] | 149 | [module/cmus] |
148 | type = custom/script | 150 | type = custom/script |
diff --git a/x/.Xresources b/x/.Xresources index 241580a..b8ef8d7 100755 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -12,13 +12,13 @@ | |||
12 | #define base05 #EEFFFF | 12 | #define base05 #EEFFFF |
13 | #define base06 #EEFFFF | 13 | #define base06 #EEFFFF |
14 | #define base07 #FFFFFF | 14 | #define base07 #FFFFFF |
15 | #define base08 #3b3b3b | 15 | #define base08 #D75F5F |
16 | #define base09 #F78C6C | 16 | #define base09 #F78C6C |
17 | #define base0A #353531 | 17 | #define base0A #353531 |
18 | #define base0B #13CA91 | 18 | #define base0B #13CA91 |
19 | #define base0C #79ffe1 | 19 | #define base0C #79ffe1 |
20 | #define base0D #7898FB | 20 | #define base0D #6987e0 |
21 | #define base0E #3b3b3b | 21 | #define base0E #e59595 |
22 | #define base0F #FF5370 | 22 | #define base0F #FF5370 |
23 | 23 | ||
24 | ! URxvt | 24 | ! URxvt |