mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Added some icon for better feedback for volume control
dependencies: Nerd fonts
This commit is contained in:
@@ -150,9 +150,15 @@ function output() {
|
||||
volMuteStatus
|
||||
if [ "${curStatus}" = 'yes' ]
|
||||
then
|
||||
echo " $curVol%"
|
||||
echo "ﱝ mute"
|
||||
else
|
||||
echo " $curVol%"
|
||||
if [ $curVol -gt 70 ]; then
|
||||
echo "墳 $curVol%"
|
||||
elif [ $curVol -gt 30 ]; then
|
||||
echo "奔 $curVol%"
|
||||
else
|
||||
echo "奄 $curVol%"
|
||||
fi
|
||||
fi
|
||||
} #}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user