1234567891011121314151617181920212223242526 |
- [nag.stream]
- master = event overdue active week
-
- [nag.def.event]
- command = task rc.verbose=nothing list +event due.before:now+2w -ACTIVE
- expiry = 6 hours
- term-color = magenta
-
- [nag.def.week]
- command = task rc.verbose=nothing list +WEEK -ACTIVE
- expiry = 2 hours
- notify-urgency = low
- term-color = lblack
-
- [nag.def.overdue]
- command = task rc.verbose=nothing list +OVERDUE -ACTIVE
- expiry = 30 minutes
- notify-urgency = critical
- term-color = lred
-
- [nag.def.active]
- command = task rc.verbose=nothing list +ACTIVE
- expiry = 5 minutes
- notify-urgency = normal
- term-color = lblue
|