1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 04:57:45 +01:00

tools: updated paths

This commit is contained in:
tiyn 2023-11-11 16:26:05 +01:00
parent 1547250832
commit 0187e53508
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
#!/bin/sh
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 undeaf
else
lmc unmute
lmc undeaf
paplay ~/.local/bin/tools/audio/mic_activated.wav
paplay ~/.local/bin/etc/sxhkd/audio/mic_activated.wav
fi

View File

@ -6,5 +6,5 @@ if amixer get Master | tail -2 | grep -q '\[on\]'; then
else
lmc mute
lmc undeaf
paplay ~/.local/bin/tools/audio/sound_resumed.wav
paplay ~/.local/bin/etc/sxhkd/audio/sound_resumed.wav
fi