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 @@ ...@@ -34,10 +34,12 @@
"script-fail-notify": true, "script-fail-notify": true,
"scripts": { "scripts": {
"example-script": { "example-script": {
"app-name": "example.app.id",
"exec": "echo 'Do something...'", "exec": "echo 'Do something...'",
"urgency": "Normal" "urgency": "Normal"
}, },
"example-action-script": { "example-action-script": {
"app-name": "example.app.id",
"exec": "echo 'Do something actionable!'", "exec": "echo 'Do something actionable!'",
"urgency": "Normal", "urgency": "Normal",
"run-on": "action" "run-on": "action"
...@@ -46,8 +48,8 @@ ...@@ -46,8 +48,8 @@
"notification-visibility": { "notification-visibility": {
"example-name": { "example-name": {
"state": "muted", "state": "muted",
"urgency": "Low", "urgency": "Normal",
"app-name": "Spotify" "app-name": "example.app.id"
} }
}, },
"widgets": [ "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