diff --git a/bin/omarchy-audio-output-switch b/bin/omarchy-audio-output-switch index d1ddf75f..dd4b473d 100755 --- a/bin/omarchy-audio-output-switch +++ b/bin/omarchy-audio-output-switch @@ -2,8 +2,6 @@ # omarchy:summary=Switch between audio outputs while preserving the mute status. By default mapped to Super + Mute. -set -euo pipefail - sinks=$(pactl -f json list sinks | jq '[.[] | select((.ports | length == 0) or ([.ports[]? | .availability != "not available"] | any))]') sinks_count=$(jq 'length' <<<"$sinks")