Updating polybar.

This commit is contained in:
Derek Taylor
2023-02-26 18:33:54 -06:00
parent ebc345afdb
commit b2f09a0a36
3 changed files with 24 additions and 21 deletions

View File

@@ -153,11 +153,11 @@ function output() {
echo "ﱝ mute"
else
if [ $curVol -gt 70 ]; then
echo "$curVol%"
echo "$curVol%"
elif [ $curVol -gt 30 ]; then
echo "奔 $curVol%"
echo "$curVol%"
else
echo "$curVol%"
echo "$curVol%"
fi
fi
} #}}}