diff --git a/local/bin/sslider.sh b/local/bin/sslider.sh index a7c81ec..f2a7a73 100755 --- a/local/bin/sslider.sh +++ b/local/bin/sslider.sh @@ -1,5 +1,5 @@ #!/bin/sh -if pamixer -v >/dev/null; then +if pamixer -v >/dev/null 2>&1; then uplimit=100 lolimit=0 current="$(pamixer --get-volume)"