Fix icons in alsa dwmbar module

This commit is contained in:
samedamci 2020-05-25 13:08:43 +02:00
parent 0a15cfa4f5
commit e8702f963d
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -12,11 +12,11 @@ v1=""
v2="" v2=""
v3="" v3=""
if [ "$revel" -lt 20 ]; then if [ "$revel" -lt 35 ]; then
echo "$v1" echo "$v1"
elif [ "$revel" -lt 50 ]; then elif [ "$revel" -lt 60 ]; then
echo "$v2" echo "$v2"
elif [ "$revel" -lt 75 ]; then elif [ "$revel" -lt 100 ]; then
echo "$v3" echo "$v3"
fi fi