aboutsummaryrefslogtreecommitdiff
path: root/.config/lemonblocks/modules/volume.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/lemonblocks/modules/volume.sh')
-rwxr-xr-x.config/lemonblocks/modules/volume.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lemonblocks/modules/volume.sh b/.config/lemonblocks/modules/volume.sh
index e67c63f..a0843dd 100755
--- a/.config/lemonblocks/modules/volume.sh
+++ b/.config/lemonblocks/modules/volume.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-printf " VOL:$(pamixer --get-volume-human) " ""
+printf " VOL:$(pamixer --get-volume-human)% "
# if [ $volume_level == "muted" ]; then
# printf "%{F#ff0058}VOL: $(pamixer --get-volume)%{F-}"
# else