add notifiacation-sounds
This commit is contained in:
parent
907b7e7659
commit
c8a1419a1f
1 changed files with 6 additions and 2 deletions
|
@ -29,10 +29,14 @@
|
|||
"hide-on-action": true,
|
||||
"script-fail-notify": true,
|
||||
"scripts": {
|
||||
"example-script": {
|
||||
"exec": "echo 'Do something...'",
|
||||
"dialog-script": {
|
||||
"exec": "mpv /usr/share/sounds/freedesktop/stereo/dialog-information.oga",
|
||||
"urgency": "Normal"
|
||||
},
|
||||
"dialog-critical-script": {
|
||||
"exec": "mpv /usr/share/sounds/freedesktop/stereo/dialog-error.oga",
|
||||
"urgency": "Critical"
|
||||
},
|
||||
"example-action-script": {
|
||||
"exec": "echo 'Do something actionable!'",
|
||||
"urgency": "Normal",
|
||||
|
|
Loading…
Reference in a new issue