diff options
Diffstat (limited to '.taskrc')
-rw-r--r-- | .taskrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -58,6 +58,12 @@ report.todoConky.sort = due+ | |||
58 | report.todoConky.filter = status:pending and due.after:now and due.before:later | 58 | report.todoConky.filter = status:pending and due.after:now and due.before:later |
59 | report.todoConky.dateformat = D-M-y H:N (A) | 59 | report.todoConky.dateformat = D-M-y H:N (A) |
60 | 60 | ||
61 | ### report for focus script | ||
62 | report.custom_focus.columns = description | ||
63 | report.custom_focus.labels = Description | ||
64 | report.custom_focus.description = Task to feed to focus script | ||
65 | report.custom_focus.filter = status:pending and +ACTIVE | ||
66 | |||
61 | ### contexts | 67 | ### contexts |
62 | context.home = +@home or +@online | 68 | context.home = +@home or +@online |
63 | context.work = +@work or +@online | 69 | context.work = +@work or +@online |