From 9b1700ac3f31b7601ccaf1638786078f5b1b320d Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 28 Oct 2019 00:28:21 +0300 Subject: Better muted colour --- .config/polybar/pulseaudio-control.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/polybar/pulseaudio-control.sh b/.config/polybar/pulseaudio-control.sh index 7d44c43..e88ce39 100755 --- a/.config/polybar/pulseaudio-control.sh +++ b/.config/polybar/pulseaudio-control.sh @@ -12,7 +12,7 @@ MAX_VOL=100 # Maximum volume AUTOSYNC="no" # All programs have the same volume if enabled VOLUME_ICONS=( " " " " " " ) # Volume icons array, from lower volume to higher MUTED_ICON=" " # Muted volume icon -MUTED_COLOR="%{F#6b6b6b}" # Color when the audio is muted +MUTED_COLOR="%{F#A9AA83}" # Color when the audio is muted DEFAULT_SINK_ICON="♫ " # The default sink icon if a custom one isn't found CUSTOM_SINK_ICONS=("" "" "") # Custom sink icons in index of sink order NOTIFICATIONS="yes" # Notifications when switching sinks if enabled @@ -216,7 +216,7 @@ function output() { # Showing the formatted message if [ "${isMuted}" = "yes" ]; then - echo "${MUTED_COLOR}${MUTED_ICON}${curVol}% ${sinkIcon}${activeSink}${endColor}" + echo "${MUTED_COLOR}${MUTED_ICON}${curVol}% ${sinkIcon} ${activeSink}${endColor}" else echo "${volIcon}${curVol}% ${sinkIcon} ${activeSink}" fi -- cgit v1.2.3-70-g09d2