1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-31 00:17:46 +02:00

lmc: updated

This commit is contained in:
tiyn 2024-10-12 18:06:14 +02:00
parent 3870aa1afc
commit c7567311f3

View File

@ -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