From 768eabaaba043992c8dbb82e969fc9714096d75d Mon Sep 17 00:00:00 2001 From: Ben Smith <123131002+shmall03@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:24:05 +0100 Subject: [PATCH] Refactor ThinkPad mic mute to use omarchy-swayosd-client (#5493) --- bin/omarchy-audio-input-mute-thinkpad | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/omarchy-audio-input-mute-thinkpad b/bin/omarchy-audio-input-mute-thinkpad index a6e551a7..2b8a6f74 100755 --- a/bin/omarchy-audio-input-mute-thinkpad +++ b/bin/omarchy-audio-input-mute-thinkpad @@ -17,7 +17,6 @@ fi brightnessctl --device="platform::micmute" set "$led_value" >/dev/null 2>&1 || true -swayosd-client \ - --monitor "$(omarchy-hyprland-monitor-focused)" \ +omarchy-swayosd-client \ --custom-message "$osd_message" \ --custom-icon "$osd_icon"