Make ding go ding!
This commit is contained in:
parent
ebcfc4c028
commit
16f26fb4d7
4 changed files with 12 additions and 2 deletions
3
bin/ding
Executable file
3
bin/ding
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
notify-send "Ding!"
|
||||||
3
dunst/ding
Executable file
3
dunst/ding
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/env bash
|
||||||
|
|
||||||
|
aplay $(dirname "$0")/ding.wav
|
||||||
BIN
dunst/ding.wav
Normal file
BIN
dunst/ding.wav
Normal file
Binary file not shown.
|
|
@ -59,3 +59,7 @@
|
||||||
appname = "Electron"
|
appname = "Electron"
|
||||||
background = "#000000"
|
background = "#000000"
|
||||||
timeout = 5
|
timeout = 5
|
||||||
|
|
||||||
|
[ding]
|
||||||
|
summary = "Ding!"
|
||||||
|
script = ~/.config/dunst/ding
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue