Summary
Screen Break has a list of desk exercises in `DESK_EXERCISES` (line ~348) that are shown during micro-pauses. Adding more exercises with clear instructions would give users more variety and better stretching coverage.
Acceptance Criteria
Relevant Code
- `DESK_EXERCISES` list: `screen_break.py` line ~348
- Exercise display during micro-pause: line ~2193
Notes
Each exercise is a dict with "name", "duration", and "steps" (list of instruction strings). Just append new entries to the list. The overlay randomly selects one exercise per micro-pause.
Summary
Screen Break has a list of desk exercises in `DESK_EXERCISES` (line ~348) that are shown during micro-pauses. Adding more exercises with clear instructions would give users more variety and better stretching coverage.
Acceptance Criteria
Relevant Code
Notes
Each exercise is a dict with "name", "duration", and "steps" (list of instruction strings). Just append new entries to the list. The overlay randomly selects one exercise per micro-pause.