From 31a157b314e4a6178a8f00325b07322bcf5b6597 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 22 Sep 2020 11:29:38 +0530 Subject: updatad the vol func --- polybar/.config/polybar/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'polybar/.config') 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 background = #00000000 background-alt = ${xrdb:color0:#000} ;foreground = ${xrdb:foreground:#c5c8c6} -foreground = #5e5c5c +foreground = #757474 foreground-alt = ${xrdb:colorBD:#444} primary = ${xrdb:color4:#ffb52a} secondary = ${xrdb:color3:#e60053} @@ -140,9 +140,11 @@ format-charging = +bat [module/pulseaudio] type = internal/pulseaudio format-volume = vol +format-muted = vol label-volume = %percentage%% label-volume-foreground = #EEFFFF label-muted = muted +label-muted-foreground = #EEFFFF [module/cmus] type = custom/script -- cgit v1.2.3