From d0ac4b9667108cd1eeb57b88072cf428cb953854 Mon Sep 17 00:00:00 2001 From: Michael Kantor Date: Tue, 25 Feb 2025 16:56:16 -0500 Subject: Updated mic script to mute mic then show status. --- mic.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'mic.sh') diff --git a/mic.sh b/mic.sh index 10b9ca6..d2dc5f3 100755 --- a/mic.sh +++ b/mic.sh @@ -1,2 +1,3 @@ #!/bin/sh +amixer -q set Capture toggle notify-send "$(amixer | grep Capture)" -- cgit v1.2.1