aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmodules/volume4
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
}