My dotfiles. Period.

nag.ini 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [nag.stream]
  2. master = event overdue projsum active week stconflict wttr timenow
  3. [nag.def.timenow]
  4. command = date --rfc-3339=seconds
  5. expiry = 10 minutes
  6. term-color = magenta
  7. [nag.def.event]
  8. command = task rc.verbose=nothing list +event due.before:now+2w -ACTIVE
  9. expiry = 6 hours
  10. term-color = magenta
  11. [nag.def.projsum]
  12. command = task rc.verbose=nothing summary +PROJECT
  13. expiry = 6 hours
  14. term-color = lgreen
  15. [nag.def.stconflict]
  16. command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat
  17. expiry = 3 hours
  18. notify-urgency = critical
  19. term-color = lred
  20. [nag.def.week]
  21. command = task rc.verbose=nothing list +WEEK -ACTIVE
  22. expiry = 2 hours
  23. notify-urgency = low
  24. term-color = lblack
  25. [nag.def.overdue]
  26. command = task rc.verbose=nothing list +OVERDUE -ACTIVE
  27. expiry = 30 minutes
  28. notify-urgency = critical
  29. term-color = lred
  30. [nag.def.active]
  31. command = task rc.verbose=nothing list +ACTIVE
  32. expiry = 5 minutes
  33. notify-urgency = normal
  34. term-color = lblue
  35. [nag.def.wttr]
  36. command = curl -s 'wttr.in/?1&n&q&T'
  37. expiry = 3 hours
  38. notify-urgency = low
  39. term-color = lblue
  40. [nag.def.fortune]
  41. command = fortune -s tao
  42. expiry = 90 minutes
  43. notify-urgency = normal
  44. term-color = lyellow