Fix icons in alsa dwmbar module
This commit is contained in:
parent
a782367f4f
commit
6ae72eca77
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user