fix volume font icons

This commit is contained in:
Sam 2024-06-15 17:25:54 +01:00
parent b30410e747
commit 5ecafc3879
1 changed files with 2 additions and 4 deletions

View File

@ -13,11 +13,9 @@
fi
if [ "$vol" -gt "90" ]; then
icon=""
elif [ "$vol" -gt "50" ]; then
icon="󰕾"
elif [ "$vol" -gt "30" ]; then
icon=""
elif [ "$vol" -gt "50" ]; then
icon="󰖀"
elif [ "$vol" -gt "0" ]; then
icon="󰕿"
else