My dotfiles. Period.

nag.ini 1014B

1234567891011121314151617181920212223242526272829303132333435363738
  1. [nag.stream]
  2. master = event overdue projsum active week
  3. master = event overdue projsum active week stconflict
  4. [nag.def.event]
  5. command = task rc.verbose=nothing list +event due.before:now+2w -ACTIVE
  6. expiry = 6 hours
  7. term-color = magenta
  8. [nag.def.projsum]
  9. command = task rc.verbose=nothing summary +PROJECT
  10. expiry = 6 hours
  11. term-color = lgreen
  12. [nag.def.stconflict]
  13. command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat
  14. expiry = 3 hours
  15. notify-urgency = critical
  16. term-color = lred
  17. [nag.def.week]
  18. command = task rc.verbose=nothing list +WEEK -ACTIVE
  19. expiry = 2 hours
  20. notify-urgency = low
  21. term-color = lblack
  22. [nag.def.overdue]
  23. command = task rc.verbose=nothing list +OVERDUE -ACTIVE
  24. expiry = 30 minutes
  25. notify-urgency = critical
  26. term-color = lred
  27. [nag.def.active]
  28. command = task rc.verbose=nothing list +ACTIVE
  29. expiry = 5 minutes
  30. notify-urgency = normal
  31. term-color = lblue