- Timestamp:
- 08/29/24 19:06:03 (9 months ago)
- Branches:
- guix
- Children:
- 43d78ee
- Parents:
- ab10343
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
rab10343 rb4adb9d 47 47 48 48 Example `default.json`: 49 ```json 50 { "title": "Default", 49 ;;; 50 { 51 "title": "Default", 51 52 "blocks": [ 52 {"type": "Phase", 53 "title": "MorningHuddle", 54 "initial_ticks": 900 55 }, 56 {"type": "Sequence", 57 "title": "AM", 58 "sequence": [ 59 { 60 "title": "Tasking", 61 "initial_ticks": 120 62 }, 63 { 64 "title": "Working", 65 "initial_ticks": 5400 66 }, 67 { 68 "title": "Syncing", 69 "initial_ticks": 300 70 }, 71 { 72 "title": "Break", 73 "initial_ticks": 600 74 } 75 ], 76 "initial_repetitions": 2 77 }, 78 {"type": "Phase", 79 "title": "Lunch", 80 "initial_ticks": 2700 81 }, 82 {"type": "Sequence", 83 "title": "PM", 84 "sequence": [ 85 { 86 "title": "Tasking", 87 "initial_ticks": 120 88 }, 89 { 90 "title": "Working", 91 "initial_ticks": 5400 92 }, 93 { 94 "title": "Syncing", 95 "initial_ticks": 600 96 }, 97 { 98 "title": "Break", 99 "initial_ticks": 600 100 } 101 ], 102 "initial_repetitions": 2 103 } 53 { 54 "type": "Phase", 55 "title": "MorningHuddle", 56 "initial_ticks": 900 57 }, 58 { 59 "type": "Sequence", 60 "title": "AM", 61 "sequence": [ 62 { 63 "title": "Tasking", 64 "initial_ticks": 120 65 }, 66 { 67 "title": "Working", 68 "initial_ticks": 5400 69 }, 70 { 71 "title": "Syncing", 72 "initial_ticks": 300 73 }, 74 { 75 "title": "Break", 76 "initial_ticks": 600 77 } 78 ], 79 "initial_repetitions": 2 80 }, 81 { 82 "type": "Phase", 83 "title": "Lunch", 84 "initial_ticks": 2700 85 }, 86 { 87 "type": "Sequence", 88 "title": "PM", 89 "sequence": [ 90 { 91 "title": "Tasking", 92 "initial_ticks": 120 93 }, 94 { 95 "title": "Working", 96 "initial_ticks": 5400 97 }, 98 { 99 "title": "Syncing", 100 "initial_ticks": 600 101 }, 102 { 103 "title": "Break", 104 "initial_ticks": 600 105 } 106 ], 107 "initial_repetitions": 2 108 } 104 109 ] 105 110 } 106 ``` 111 ;;; 112 ``` 107 113 108 114 This configuration represents a standard Pomodoro cycle: three work sessions of 25 minutes each, separated by 5-minute short breaks, and followed by a 15-minute long break. 109 115 110 116 2. **Run Flowtimer:**
Note:
See TracChangeset
for help on using the changeset viewer.