Make ding go ding!
This commit is contained in:
parent
ebcfc4c028
commit
16f26fb4d7
4 changed files with 12 additions and 2 deletions
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.
|
|
@ -51,11 +51,15 @@
|
|||
timeout = 0
|
||||
|
||||
[gopass]
|
||||
appname="gopass"
|
||||
appname = "gopass"
|
||||
background = "#000000"
|
||||
timeout = 5
|
||||
|
||||
[slack]
|
||||
appname="Electron"
|
||||
appname = "Electron"
|
||||
background = "#000000"
|
||||
timeout = 5
|
||||
|
||||
[ding]
|
||||
summary = "Ding!"
|
||||
script = ~/.config/dunst/ding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue