mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Updating polybar.
This commit is contained in:
@@ -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
|
||||
} #}}}
|
||||
|
||||
Reference in New Issue
Block a user