diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-21 17:20:35 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-21 17:20:35 +0530 |
commit | 2bb084dabec55b654b95e7582e7e4f8f9259f66e (patch) | |
tree | 9bd775e60ca42c1f1fcb519b2c59f7cb0aea6a13 /.config/lemonblocks/modules/volume.sh | |
parent | d72b30478b2a2be6b8435effb4da9ea8229bf37a (diff) |
added clickable parts and changed volume indicator color
Diffstat (limited to '.config/lemonblocks/modules/volume.sh')
-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 |