From 10570d7692ed6ef83d1513587f8618002da6386f Mon Sep 17 00:00:00 2001 From: "Archie Hilton (thytom)" Date: Mon, 28 Oct 2019 14:20:01 +0000 Subject: [PATCH] Improved the spacing in vol --- modules/volume | 4 ++-- 1 file 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 }