Not needed

This commit is contained in:
David Heinemeier Hansson
2026-05-17 19:59:49 +02:00
parent 73d3d3a8af
commit 8718962d13
-2
View File
@@ -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")