My dotfiles. Period.

nag.ini 633B

1234567891011121314151617181920212223242526
  1. [nag.stream]
  2. master = event overdue active week
  3. [nag.def.event]
  4. command = task rc.verbose=nothing list +event due.before:now+4w -ACTIVE
  5. expiry = 6 hours
  6. term-color = magenta
  7. [nag.def.week]
  8. command = task rc.verbose=nothing list +WEEK -ACTIVE
  9. expiry = 2 hours
  10. notify-urgency = low
  11. term-color = lblack
  12. [nag.def.overdue]
  13. command = task rc.verbose=nothing list +OVERDUE -ACTIVE
  14. expiry = 30 minutes
  15. notify-urgency = critical
  16. term-color = lred
  17. [nag.def.active]
  18. command = task rc.verbose=nothing list +ACTIVE
  19. expiry = 5 minutes
  20. notify-urgency = normal
  21. term-color = lblue