mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-29 06:27:46 +01:00
tools: updated paths
This commit is contained in:
parent
1547250832
commit
0187e53508
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if amixer get Capture | tail -2 | grep -q '\[on\]'; then
|
if amixer get Capture | tail -2 | grep -q '\[on\]'; then
|
||||||
paplay ~/.local/bin/tools/audio/mic_muted.wav
|
paplay ~/.local/bin/etc/sxhkd/audio/mic_muted.wav
|
||||||
lmc mute
|
lmc mute
|
||||||
lmc undeaf
|
lmc undeaf
|
||||||
else
|
else
|
||||||
lmc unmute
|
lmc unmute
|
||||||
lmc undeaf
|
lmc undeaf
|
||||||
paplay ~/.local/bin/tools/audio/mic_activated.wav
|
paplay ~/.local/bin/etc/sxhkd/audio/mic_activated.wav
|
||||||
fi
|
fi
|
||||||
|
@ -6,5 +6,5 @@ if amixer get Master | tail -2 | grep -q '\[on\]'; then
|
|||||||
else
|
else
|
||||||
lmc mute
|
lmc mute
|
||||||
lmc undeaf
|
lmc undeaf
|
||||||
paplay ~/.local/bin/tools/audio/sound_resumed.wav
|
paplay ~/.local/bin/etc/sxhkd/audio/sound_resumed.wav
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user