My dotfiles. Period.

nag.ini 760B

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