mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Added some icon for better feedback for volume control
dependencies: Nerd fonts
This commit is contained in:
parent
5b241bab6a
commit
53102a1b84
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
} #}}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue