31 lines
781 B
JSON
31 lines
781 B
JSON
{
|
|
"meta": {
|
|
"name": "Screensaver",
|
|
"description": "Lock the screen after long breaks by starting screensaver",
|
|
"version": "0.0.2"
|
|
},
|
|
"dependencies": {
|
|
"python_modules": [],
|
|
"shell_commands": [],
|
|
"operating_systems": [],
|
|
"desktop_environments": [],
|
|
"resources": []
|
|
},
|
|
"settings": [
|
|
{
|
|
"id": "command",
|
|
"label": "Custom screensaver command",
|
|
"type": "TEXT",
|
|
"default": ""
|
|
},
|
|
{
|
|
"id": "min_seconds",
|
|
"label": "Minimum seconds to skip without screensaver",
|
|
"type": "INT",
|
|
"default": 3,
|
|
"max": 60,
|
|
"min": 0
|
|
}
|
|
],
|
|
"break_override_allowed": true
|
|
} |