Hardcode my main checklist
1 files changed, 3 insertions(+), 3 deletions(-)

M check.py
M check.py +3 -3
@@ 68,9 68,9 @@ def view(state, t, styles) -> None:
 def main(t, styles):
     state = {
         'tasks': [
-            (True, 'do this'),
-            (False, 'do that'),
-            (False, 'do the other'),
+            (False, 'Workrave'),
+            (False, 'Bril'),
+            (False, 'Methylfenidaat'),
         ],
         'current_task_id': 0,
         'running': True,