drop shit upon volume adjustment
This commit is contained in:
parent
358fc1cf93
commit
2194883bc8
2 changed files with 4 additions and 1 deletions
|
@ -10,3 +10,6 @@ case $command in
|
|||
up) amixer set Master "$((current + 5))%" ;;
|
||||
*) notify-send "learn to volume" ;;
|
||||
esac
|
||||
|
||||
sound_notification.sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
mpv ./plop.mp3
|
||||
mpv $HOME/.local/bin/plop.mp3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue