diff --git a/i3blocks/volume.sh b/i3blocks/volume.sh index 8397bb4..532c8cd 100755 --- a/i3blocks/volume.sh +++ b/i3blocks/volume.sh @@ -7,7 +7,6 @@ mute=$(pactl get-sink-mute @DEFAULT_SINK@ | awk '{print $2}') # Determine icon and color based on mute status if [ "$mute" = "yes" ]; then icon="🔇" # Muted - color="#FF5555" # Red else icon="🔊" # Volume icon color="#50FA7B" # Green