From 2194883bc8a9852631a50b4ba63ebeaea49a1784 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sun, 21 Dec 2014 22:40:14 +0100 Subject: [PATCH] drop shit upon volume adjustment --- local/bin/sound_control.sh | 3 +++ local/bin/sound_notification.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/local/bin/sound_control.sh b/local/bin/sound_control.sh index f2acf78..6f00892 100755 --- a/local/bin/sound_control.sh +++ b/local/bin/sound_control.sh @@ -10,3 +10,6 @@ case $command in up) amixer set Master "$((current + 5))%" ;; *) notify-send "learn to volume" ;; esac + +sound_notification.sh + diff --git a/local/bin/sound_notification.sh b/local/bin/sound_notification.sh index 6323825..53ba830 100755 --- a/local/bin/sound_notification.sh +++ b/local/bin/sound_notification.sh @@ -1,4 +1,4 @@ #!/bin/bash -mpv ./plop.mp3 +mpv $HOME/.local/bin/plop.mp3