diff options
Diffstat (limited to 'mic.sh')
| -rwxr-xr-x | mic.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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)" |
