Fix icons for volume
This commit is contained in:
@@ -19,10 +19,10 @@ vol="$(pamixer --get-volume)"
|
|||||||
|
|
||||||
if [ "$vol" -gt "70" ]; then
|
if [ "$vol" -gt "70" ]; then
|
||||||
icon=""
|
icon=""
|
||||||
elif [ "$vol" -lt "30" ]; then
|
elif [ "$vol" -gt "30" ]; then
|
||||||
icon=""
|
icon=""
|
||||||
else
|
else
|
||||||
icon=""
|
icon=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$icon $vol%"
|
echo "$icon $vol%"
|
||||||
|
|||||||
Reference in New Issue
Block a user