5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
|
|
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
|
paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga
|
|
notify-send "mic muted toggled" |