Skip to content

Commit

Permalink
Remove examples from NC config
Browse files Browse the repository at this point in the history
  • Loading branch information
denisok authored Mar 12, 2024
1 parent 3161586 commit aa3e38d
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .config/swaync/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,5 @@
"transition-time": 200,
"hide-on-clear": false,
"hide-on-action": true,
"script-fail-notify": true,
"scripts": {
"example-script": {
"exec": "echo 'Do something...'",
"urgency": "Normal"
}
},
"notification-visibility": {
"example-name": {
"state": "muted",
"urgency": "Low",
"app-name": "Spotify"
}
}
"script-fail-notify": true
}

0 comments on commit aa3e38d

Please sign in to comment.