SafeEyes/safeeyes/plugins/donotdisturb/config.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2017-10-07 15:10:31 +02:00
{
"meta": {
"name": "Do Not Disturb",
2018-03-20 01:42:32 +01:00
"description": "Skip break if the active window is in fullscreen mode",
2018-06-22 21:11:09 +02:00
"version": "0.0.2"
2017-10-07 15:10:31 +02:00
},
"dependencies": {
"python_modules": [],
"shell_commands": [],
2017-10-07 15:10:31 +02:00
"operating_systems": [],
"desktop_environments": [],
"resources": []
},
2018-03-20 01:42:32 +01:00
"settings": [{
2017-10-07 15:10:31 +02:00
"id": "skip_break_windows",
"label": "Do not interrupt these windows anytime",
"type": "TEXT",
"default": ""
},
{
"id": "take_break_windows",
"label": "Interrupt these windows regardless of their state",
"type": "TEXT",
"default": ""
},
{
"id": "unfullscreen",
"label": "Switch the interruptible windows to normal mode",
"type": "BOOL",
"default": true
2018-06-22 21:11:09 +02:00
},
{
"id": "while_on_battery",
"label": "Do not disturb while on battery",
"type": "BOOL",
"default": false
2017-10-07 15:10:31 +02:00
}
],
"break_override_allowed": true
}