diff options
Diffstat (limited to '.config/lemonblocks/modules')
-rwxr-xr-x | .config/lemonblocks/modules/volume.sh | 2 |
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 |