lmc: updated

master
tiyn 1 month ago
parent 3870aa1afc
commit c7567311f3

@ -36,6 +36,7 @@ case "$1" in
paplay ~/.local/bin/etc/sxhkd/audio/sound_resumed.wav paplay ~/.local/bin/etc/sxhkd/audio/sound_resumed.wav
fi ;; fi ;;
mute_toggle) mute_toggle)
echo $(amixer get Capture)
if amixer get Capture | tail -2 | grep -q '\[on\]'; then if amixer get Capture | tail -2 | grep -q '\[on\]'; then
lmc mute lmc mute
lmc undeaf lmc undeaf

Loading…
Cancel
Save