mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 14:19:43 +00:00
Improved the spacing in vol
This commit is contained in:
parent
ffc3c2ea0a
commit
10570d7692
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue