My dotfiles. Period.

nag.ini 967B

12345678910111213141516171819202122232425262728293031323334353637
  1. [nag.stream]
  2. master = event overdue projsum active week stconflict
  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.stconflict]
  12. command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat
  13. expiry = 3 hours
  14. notify-urgency = critical
  15. term-color = lred
  16. [nag.def.week]
  17. command = task rc.verbose=nothing list +WEEK -ACTIVE
  18. expiry = 2 hours
  19. notify-urgency = low
  20. term-color = lblack
  21. [nag.def.overdue]
  22. command = task rc.verbose=nothing list +OVERDUE -ACTIVE
  23. expiry = 30 minutes
  24. notify-urgency = critical
  25. term-color = lred
  26. [nag.def.active]
  27. command = task rc.verbose=nothing list +ACTIVE
  28. expiry = 5 minutes
  29. notify-urgency = normal
  30. term-color = lblue