summaryrefslogtreecommitdiff
path: root/i3blocks-audio.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3blocks-audio.sh')
-rwxr-xr-xi3blocks-audio.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3blocks-audio.sh b/i3blocks-audio.sh
index 53b00e3..1a54199 100755
--- a/i3blocks-audio.sh
+++ b/i3blocks-audio.sh
@@ -13,4 +13,4 @@ icon=
[ $volume -gt 0 ] && [ $volume -lt $low ] && icon=$icon_low
[ $volume -ge $low ] && [ $volume -lt $high ] && icon=$icon_mid
[ $volume -ge $high ] && icon=$icon_high
-printf "%s %s%%\n" $icon $volume
+printf "%s%s%%\n" $icon $volume