aboutsummaryrefslogtreecommitdiff
path: root/lemonblocks/modules/volume.sh
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-03-14 17:03:06 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-03-14 17:03:06 +0530
commit29b6d79e5252b8e6af18898ee0d6d7596ffd0841 (patch)
tree6a5532ab66658a23783c54f3a09e3c32d085db96 /lemonblocks/modules/volume.sh
parent8a6150293fbb183ef3bd6f701fe9c620537a3efa (diff)
pushing lemonblocks config
Diffstat (limited to 'lemonblocks/modules/volume.sh')
-rwxr-xr-xlemonblocks/modules/volume.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/lemonblocks/modules/volume.sh b/lemonblocks/modules/volume.sh
new file mode 100755
index 00000000..a0843dd9
--- /dev/null
+++ b/lemonblocks/modules/volume.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+printf " VOL:$(pamixer --get-volume-human)% "
+# if [ $volume_level == "muted" ]; then
+ # printf "%{F#ff0058}VOL: $(pamixer --get-volume)%{F-}"
+# else
+ # printf "VOL: $volume_level"
+# fi
+