shortcuts/mute_unmute_microphone.sh

9 lines
389 B
Bash
Raw Normal View History

2015-04-03 18:57:21 +02:00
#!/bin/bash
# Copy this directly into the gnome shortcut manager.
# Depends: alsa-utils
#
# Name: Mute/Unmute Microphone
bash -c "notify-send \"Microphone\" \"The microphone is now `amixer set Capture toggle | grep \"Front\" | tail -n 1 | sed -e 's/.*\[\(.*\)\]/\1/'`.\"
--hint int:transient:1 --icon=file:///usr/share/icons/Adwaita/scalable/devices/audio-input-microphone-symbolic.svg"