Fix icons in alsa dwmbar module

This commit is contained in:
Wiktor Zykubek 2020-05-25 13:08:43 +02:00
parent a782367f4f
commit 6ae72eca77

View File

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