summaryrefslogtreecommitdiff
path: root/polybar/.config
diff options
context:
space:
mode:
Diffstat (limited to 'polybar/.config')
-rwxr-xr-xpolybar/.config/polybar/config4
1 files changed, 3 insertions, 1 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
6background = #00000000 6background = #00000000
7background-alt = ${xrdb:color0:#000} 7background-alt = ${xrdb:color0:#000}
8;foreground = ${xrdb:foreground:#c5c8c6} 8;foreground = ${xrdb:foreground:#c5c8c6}
9foreground = #5e5c5c 9foreground = #757474
10foreground-alt = ${xrdb:colorBD:#444} 10foreground-alt = ${xrdb:colorBD:#444}
11primary = ${xrdb:color4:#ffb52a} 11primary = ${xrdb:color4:#ffb52a}
12secondary = ${xrdb:color3:#e60053} 12secondary = ${xrdb:color3:#e60053}
@@ -140,9 +140,11 @@ format-charging = +bat <label-charging>
140[module/pulseaudio] 140[module/pulseaudio]
141type = internal/pulseaudio 141type = internal/pulseaudio
142format-volume = vol <label-volume> 142format-volume = vol <label-volume>
143format-muted = vol <label-muted>
143label-volume = %percentage%% 144label-volume = %percentage%%
144label-volume-foreground = #EEFFFF 145label-volume-foreground = #EEFFFF
145label-muted = muted 146label-muted = muted
147label-muted-foreground = #EEFFFF
146 148
147[module/cmus] 149[module/cmus]
148type = custom/script 150type = custom/script