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,
|
"hide-on-action": true,
|
||||||
"script-fail-notify": true,
|
"script-fail-notify": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"example-script": {
|
"dialog-script": {
|
||||||
"exec": "echo 'Do something...'",
|
"exec": "mpv /usr/share/sounds/freedesktop/stereo/dialog-information.oga",
|
||||||
"urgency": "Normal"
|
"urgency": "Normal"
|
||||||
},
|
},
|
||||||
|
"dialog-critical-script": {
|
||||||
|
"exec": "mpv /usr/share/sounds/freedesktop/stereo/dialog-error.oga",
|
||||||
|
"urgency": "Critical"
|
||||||
|
},
|
||||||
"example-action-script": {
|
"example-action-script": {
|
||||||
"exec": "echo 'Do something actionable!'",
|
"exec": "echo 'Do something actionable!'",
|
||||||
"urgency": "Normal",
|
"urgency": "Normal",
|
||||||
|
|
Loading…
Reference in a new issue