1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2025-01-01 00:47:31 +01:00
SafeEyes/safeeyes/plugins/smartpause/config.json
2017-10-14 09:30:11 -04:00

24 lines
590 B
JSON

{
"meta": {
"name": "Smart Pause",
"description": "Pause Safe Eyes if the system is idle",
"version": "0.0.1"
},
"dependencies": {
"python_modules": [],
"shell_commands": ["xprintidle"],
"operating_systems": [],
"desktop_environments": [],
"resources": []
},
"settings": [
{
"id": "idle_time",
"label": "Minimum idle time to pause Safe Eyes (in seconds)",
"type": "INT",
"default": 180,
"max": 3600,
"min": 5
}
]
}