diff options
Diffstat (limited to 'wm/dwmblocks/dwmblocks-volume')
| -rwxr-xr-x | wm/dwmblocks/dwmblocks-volume | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/wm/dwmblocks/dwmblocks-volume b/wm/dwmblocks/dwmblocks-volume deleted file mode 100755 index 048fa04..0000000 --- a/wm/dwmblocks/dwmblocks-volume +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -case $BLOCK_BUTTON in - 4) pamixer --allow-boost -i 1;; - 5) pamixer --allow-boost -d 1;; -esac -ICON="🔉" -VOL=$(pamixer --get-volume) - -if [ $(pamixer --get-mute) = 'true' ]; then - ICON="🔇" -fi -echo "$ICON $VOL%" |