From c95c4a7d0cac4d9a5017f1dc5a0eaf77b8dfc7f0 Mon Sep 17 00:00:00 2001 From: Michael Kantor Date: Sun, 15 Feb 2026 20:47:06 -0500 Subject: Switched to pulse widget. Added exception for openrazer import. Updated mic script. --- mic.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mic.sh') diff --git a/mic.sh b/mic.sh index d2dc5f3..575c678 100755 --- a/mic.sh +++ b/mic.sh @@ -1,3 +1,5 @@ #!/bin/sh -amixer -q set Capture toggle -notify-send "$(amixer | grep Capture)" +#amixer -q set Capture toggle +#notify-send "$(amixer | grep Capture)" +wpctl set-mute 55 toggle +notify-send "$(wpctl get-volume 55)" -- cgit v1.2.1