Changeset 59f6e9a in flowtimer


Ignore:
Timestamp:
08/22/24 00:03:43 (9 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
d9579ae
Parents:
8fb44c2
Message:

update default.json to reflect latest changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flowtimer/configs/default.json

    r8fb44c2 r59f6e9a  
    1 {
     1{ "title": "default",
    22  "phase_list": [
    33    {
    44      "title": "Huddle",
    5       "duration": 10
     5      "initial_ticks": 60
    66    },
    77    {
    88      "title": "Tasking",
    9       "duration": 5
     9      "initial_ticks": 120
    1010    },
    1111    {
    1212      "title": "Work",
    13       "duration": 45
     13      "initial_ticks": 60
    1414    },
    1515    {
    1616      "title": "Break",
    17       "duration": 15
     17      "initial_ticks": 120
    1818    }
    1919  ],
    20   "repetitions": 2
     20  "initial_repetitions": 2
    2121}
Note: See TracChangeset for help on using the changeset viewer.