My dotfiles. Period.

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