diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-22 05:59:38 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-22 05:59:38 +0000 |
commit | 31a157b314e4a6178a8f00325b07322bcf5b6597 (patch) | |
tree | 79410b1e4d11017c4cf00efb58b1ae0b8ff0e17b /polybar | |
parent | 3e09a205735b419e80e21970c53ec554a78886c4 (diff) |
updatad the vol func
Diffstat (limited to 'polybar')
-rwxr-xr-x | polybar/.config/polybar/config | 4 |
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 | |||
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 |