@@ 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,