Remove old comment from script
This commit is contained in:
parent
467e3661f2
commit
0193693a5a
4
mute_unmute_microphone.sh
Normal file → Executable file
4
mute_unmute_microphone.sh
Normal file → Executable file
@ -2,10 +2,6 @@
|
|||||||
# Function : Mute/Unmute Microphone
|
# Function : Mute/Unmute Microphone
|
||||||
# Depends : alsa-utils
|
# Depends : alsa-utils
|
||||||
|
|
||||||
# Copy this directly into the gnome shortcut manager:
|
|
||||||
# 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"
|
|
||||||
|
|
||||||
# Or link in this script to also toggle the SCROLL-Lock LED. (on when muted)
|
|
||||||
onoff=$(amixer set Capture toggle | grep 'Front' | tail -n 1 | sed -e 's/.*\[\(.*\)\]/\1/');
|
onoff=$(amixer set Capture toggle | grep 'Front' | tail -n 1 | sed -e 's/.*\[\(.*\)\]/\1/');
|
||||||
dash=$(if [ "$onoff" == 'on' ]; then echo -ne '-'; fi);
|
dash=$(if [ "$onoff" == 'on' ]; then echo -ne '-'; fi);
|
||||||
xset ${dash}led;
|
xset ${dash}led;
|
||||||
|
Loading…
Reference in New Issue
Block a user