mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +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
|
volMuteStatus
|
||||||
if [ "${curStatus}" = 'yes' ]
|
if [ "${curStatus}" = 'yes' ]
|
||||||
then
|
then
|
||||||
echo " $curVol%"
|
echo "ﱝ mute"
|
||||||
else
|
else
|
||||||
echo " $curVol%"
|
if [ $curVol -gt 70 ]; then
|
||||||
|
echo "墳 $curVol%"
|
||||||
|
elif [ $curVol -gt 30 ]; then
|
||||||
|
echo "奔 $curVol%"
|
||||||
|
else
|
||||||
|
echo "奄 $curVol%"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
} #}}}
|
} #}}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user