drop shit upon volume adjustment

This commit is contained in:
Felix Van der Jeugt 2014-12-21 22:40:14 +01:00
parent 358fc1cf93
commit 2194883bc8
2 changed files with 4 additions and 1 deletions

View File

@ -10,3 +10,6 @@ case $command in
up) amixer set Master "$((current + 5))%" ;;
*) notify-send "learn to volume" ;;
esac
sound_notification.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash
mpv ./plop.mp3
mpv $HOME/.local/bin/plop.mp3