diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-28 14:20:01 +0000 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-28 14:20:01 +0000 |
commit | 10570d7692ed6ef83d1513587f8618002da6386f (patch) | |
tree | b2fd6f7858ec178fa18f0c2f84425b12d3c45823 /modules/volume | |
parent | ffc3c2ea0a11afadf3b0de74761080abb4ecf7a5 (diff) |
Improved the spacing in vol
Diffstat (limited to 'modules/volume')
-rwxr-xr-x | modules/volume | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/volume b/modules/volume index 27bb7dd..f9ba74e 100755 --- a/modules/volume +++ b/modules/volume @@ -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 } |