diff options
| -rwxr-xr-x | polybar/OpenBSD-vol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polybar/OpenBSD-vol.sh b/polybar/OpenBSD-vol.sh index ff083f2..8cc7925 100755 --- a/polybar/OpenBSD-vol.sh +++ b/polybar/OpenBSD-vol.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash function sndio_val() { - sndioctl "$1" | awk -F'=' '{print $2}' + sndioctl "$1" 2> /dev/null | awk -F'=' '{print $2}' } while true; do |