drop shit upon volume adjustment
This commit is contained in:
parent
358fc1cf93
commit
2194883bc8
@ -10,3 +10,6 @@ case $command in
|
|||||||
up) amixer set Master "$((current + 5))%" ;;
|
up) amixer set Master "$((current + 5))%" ;;
|
||||||
*) notify-send "learn to volume" ;;
|
*) notify-send "learn to volume" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
sound_notification.sh
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
mpv ./plop.mp3
|
mpv $HOME/.local/bin/plop.mp3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user