My dotfiles. Period.

nag.ini 603B

12345678910111213141516171819202122232425
  1. [nag.stream]
  2. master = stconflict wttr timenow
  3. [nag.def.timenow]
  4. command = date --rfc-3339=seconds
  5. expiry = 10 minutes
  6. term-color = magenta
  7. [nag.def.stconflict]
  8. command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat
  9. expiry = 3 hours
  10. notify-urgency = critical
  11. term-color = lred
  12. [nag.def.wttr]
  13. command = curl -s 'wttr.in/?1&n&q&T'
  14. expiry = 3 hours
  15. notify-urgency = low
  16. term-color = lblue
  17. [nag.def.fortune]
  18. command = fortune -s tao
  19. expiry = 90 minutes
  20. notify-urgency = normal
  21. term-color = lyellow