Commit a222a896 authored by Erik Reider's avatar Erik Reider

Don't run the default config scripts and visibility rules

parent f182f2b4
......@@ -34,10 +34,12 @@
"script-fail-notify": true,
"scripts": {
"example-script": {
"app-name": "example.app.id",
"exec": "echo 'Do something...'",
"urgency": "Normal"
},
"example-action-script": {
"app-name": "example.app.id",
"exec": "echo 'Do something actionable!'",
"urgency": "Normal",
"run-on": "action"
......@@ -46,8 +48,8 @@
"notification-visibility": {
"example-name": {
"state": "muted",
"urgency": "Low",
"app-name": "Spotify"
"urgency": "Normal",
"app-name": "example.app.id"
}
},
"widgets": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment