mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 04:38:29 +10:00
Merge branch 'master' into 'master'
Added some icon for better feedback for volume control in polybar See merge request dwt1/dotfiles!25
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