Audio has input and output, easier to understand this way

This commit is contained in:
David Heinemeier Hansson
2026-04-29 15:17:53 +02:00
parent ed62fa81ec
commit ac40c0dbad
4 changed files with 3 additions and 3 deletions
@@ -3,9 +3,9 @@
# Toggle microphone mute. Dell XPS and ThinkPad systems get special handling for the hardware LED.
if omarchy-hw-match "XPS"; then
omarchy-audio-mic-mute-xps
omarchy-audio-input-mute-xps
elif omarchy-hw-match "ThinkPad"; then
omarchy-audio-mic-mute-thinkpad
omarchy-audio-input-mute-thinkpad
else
omarchy-swayosd-client --input-volume mute-toggle
fi