From 20a112ca924e00cb328a01e643a7d806db1f1782 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 22 Dec 2020 13:33:22 -0700 Subject: Separate bars and make common config for bars --- .config/polybar/pulseaudio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/polybar/pulseaudio.ini') diff --git a/.config/polybar/pulseaudio.ini b/.config/polybar/pulseaudio.ini index c2f5bb4..1aa7548 100644 --- a/.config/polybar/pulseaudio.ini +++ b/.config/polybar/pulseaudio.ini @@ -25,12 +25,12 @@ format-volume-underline = ${colors.green} # # format-muted = +format-muted-underline = ${colors.white} # Available tokens: # %percentage% (default) # %decibels% label-volume = %percentage%% -# label-volume-foreground = ${colors.foreground} # Available tokens: # %percentage% (default) @@ -45,8 +45,8 @@ ramp-volume-2 =  # Right and Middle click # click-middle = -# click-left = -# click-middle = +# click-left = +# click-middle = click-right = pavucontrol # scroll-up = # scroll-down = @@ -59,7 +59,7 @@ bar-volume-foreground-0 = ${colors.green} bar-volume-foreground-1 = ${colors.green} bar-volume-foreground-2 = ${colors.green} bar-volume-foreground-3 = ${colors.green} -bar-volume-foreground-4 = ${colors.green} +bar-volume-foreground-4 = ${colors.yellow} bar-volume-foreground-5 = ${colors.yellow} bar-volume-foreground-6 = ${colors.red} bar-volume-gradient = false -- cgit v1.2.3-54-g00ecf