1
0
Fork 0

Make ding go ding!

This commit is contained in:
Jeremy Kaplan 2018-02-27 21:05:21 -08:00
commit 16f26fb4d7
4 changed files with 12 additions and 2 deletions

3
bin/ding Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
notify-send "Ding!"

3
dunst/ding Executable file
View file

@ -0,0 +1,3 @@
#!/bin/env bash
aplay $(dirname "$0")/ding.wav

BIN
dunst/ding.wav Normal file

Binary file not shown.

View file

@ -59,3 +59,7 @@
appname = "Electron" appname = "Electron"
background = "#000000" background = "#000000"
timeout = 5 timeout = 5
[ding]
summary = "Ding!"
script = ~/.config/dunst/ding