diff options
| -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)" |
