Improved the spacing in vol

This commit is contained in:
Archie Hilton (thytom) 2019-10-28 14:20:01 +00:00
parent ffc3c2ea0a
commit 10570d7692

View file

@ -12,9 +12,9 @@ get_volume(){
if [ "${curStatus}" = 'yes' ]
then
echo "$VOLUME_MUTED_ICON $volume%"
echo "$VOLUME_MUTED_ICON $volume%"
else
echo "$VOLUME_ON_ICON $volume%"
echo "$VOLUME_ON_ICON $volume%"
fi
}