From 8718962d1320d2f278229b16d43deac6b2fb23c7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 17 May 2026 19:59:49 +0200 Subject: [PATCH] Not needed --- bin/omarchy-audio-output-switch | 2 -- 1 file changed, 2 deletions(-) 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")