diff options
| author | Michael Kantor <michael@mikekantor.xyz> | 2026-02-21 23:49:06 -0500 |
|---|---|---|
| committer | Michael Kantor <michael@mikekantor.xyz> | 2026-02-21 23:49:06 -0500 |
| commit | 35fda7ccc4ed2bdc2e54eb2b36f2cd3ce3aa098e (patch) | |
| tree | 5f9c748bed98e1a868c1bc7df7d181935718a2b9 | |
| parent | c95c4a7d0cac4d9a5017f1dc5a0eaf77b8dfc7f0 (diff) | |
| -rwxr-xr-x | mic.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -#amixer -q set Capture toggle -#notify-send "$(amixer | grep Capture)" -wpctl set-mute 55 toggle -notify-send "$(wpctl get-volume 55)" +amixer -q set Capture toggle +notify-send "$(amixer | grep Capture)" +#wpctl set-mute 55 toggle +#notify-send "$(wpctl get-volume 55)" |
