source: flowtimer/flowtimer/configs/small.json@ 58e7315

guix
Last change on this file since 58e7315 was 58e7315, checked in by Enrico Schwass <ennoausberlin@…>, 9 months ago

support for color scheme added

  • Property mode set to 100644
File size: 525 bytes
Line 
1{ "title": "Small",
2 "blocks": [
3 {"type": "Phase",
4 "title": "MorningHuddle",
5 "initial_ticks": 60
6 },
7 {"type": "Sequence",
8 "title": "AM",
9 "sequence": [
10 {
11 "title": "Tasking",
12 "initial_ticks": 60
13 },
14 {
15 "title": "Working",
16 "initial_ticks": 60
17 },
18 {
19 "title": "Syncing",
20 "initial_ticks": 60
21 },
22 {
23 "title": "Break",
24 "initial_ticks": 60
25 }
26 ],
27 "initial_repetitions": 1
28 } ]
29}
Note: See TracBrowser for help on using the repository browser.