diff options
Diffstat (limited to '')
| -rwxr-xr-x | eww/scripts/getvol | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/eww/scripts/getvol b/eww/scripts/getvol deleted file mode 100755 index 4e4275d..0000000 --- a/eww/scripts/getvol +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if command -v pamixer &>/dev/null; then - if [ true == $(pamixer --get-mute) ]; then - echo 0 - exit - else - pamixer --get-volume - fi -else - amixer -D pulse sget Master | awk -F '[^0-9]+' '/Left:/{print $3}' -fi |
