My dotfiles. Period.

nag.ini 577B

1234567891011121314151617181920212223242526
  1. [stream]
  2. main = stconflict timenow
  3. wttr = wttr
  4. [nag.timenow]
  5. command = date +%H:%M
  6. expiry = 10m
  7. term-color = magenta
  8. [nag.stconflict]
  9. command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat | grep . || true
  10. expiry = 3h
  11. notify-urgency = critical
  12. term-color = lred
  13. [nag.wttr]
  14. command = curl -s 'wttr.in/Brno?1&n&q&T'
  15. expiry = 3h
  16. notify-urgency = low
  17. term-color = lblue
  18. [nag.fortune]
  19. command = fortune -s tao
  20. expiry = 90m
  21. notify-urgency = normal
  22. term-color = lyellow