90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"meta": {
|
|
"config_version": 4
|
|
},
|
|
"break_interval": 15,
|
|
"enable_screen_lock": true,
|
|
"enable_statistic": false,
|
|
"long_break_duration": 60,
|
|
"no_of_short_breaks_per_long_break": 5,
|
|
"pre_break_warning_time": 10,
|
|
"short_break_duration": 15,
|
|
"idle_time": 5,
|
|
"postpone_duration": 5,
|
|
"strict_break": false,
|
|
"audible_alert": false,
|
|
"language": "system",
|
|
"time_to_screen_lock": 5,
|
|
"lock_screen_command": [],
|
|
"active_window_class": {
|
|
"skip_break": [],
|
|
"take_break": []
|
|
},
|
|
"disable_options": [
|
|
{
|
|
"label": "for_x_minutes",
|
|
"time": 30,
|
|
"unit": "minute"
|
|
},
|
|
{
|
|
"label": "for_x_hour",
|
|
"time": 1,
|
|
"unit": "hour"
|
|
},
|
|
{
|
|
"label": "for_x_hours",
|
|
"time": 2,
|
|
"unit": "hour"
|
|
},
|
|
{
|
|
"label": "for_x_hours",
|
|
"time": 3,
|
|
"unit": "hour"
|
|
}
|
|
],
|
|
"short_breaks": [
|
|
{
|
|
"name": "short_break_close_eyes",
|
|
"image": "short_break_close_eyes.png"
|
|
},
|
|
{
|
|
"name": "short_break_roll_eyes",
|
|
"image": "short_break_roll_eyes.png"
|
|
},
|
|
{
|
|
"name": "short_break_rotate_clockwise",
|
|
"image": "short_break_rotate_clockwise.png"
|
|
},
|
|
{
|
|
"name": "short_break_rotate_counter_clockwise",
|
|
"image": "short_break_rotate_counter_clockwise.png"
|
|
},
|
|
{
|
|
"name": "short_break_blink",
|
|
"image": "short_break_blink.png"
|
|
},
|
|
{
|
|
"name": "short_break_focus_far_distance",
|
|
"image": "short_break_focus_far_distance.png"
|
|
},
|
|
{
|
|
"name": "short_break_drink_water",
|
|
"image": "short_break_drink_water.png"
|
|
}
|
|
],
|
|
"long_breaks": [
|
|
{
|
|
"name": "long_break_walk",
|
|
"image": "long_break_walk.png"
|
|
},
|
|
{
|
|
"name": "long_break_lean_back",
|
|
"image": "long_break_lean_back.png"
|
|
}
|
|
],
|
|
"custom_exercises": {
|
|
|
|
},
|
|
"plugins": []
|
|
}
|