aboutsummaryrefslogtreecommitdiff
path: root/.config/lemonblocks/modules
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-03-21 17:20:35 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-03-21 17:20:35 +0530
commit2bb084dabec55b654b95e7582e7e4f8f9259f66e (patch)
tree9bd775e60ca42c1f1fcb519b2c59f7cb0aea6a13 /.config/lemonblocks/modules
parentd72b30478b2a2be6b8435effb4da9ea8229bf37a (diff)
added clickable parts and changed volume indicator color
Diffstat (limited to '.config/lemonblocks/modules')
-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