config 825 B

1234567891011121314151617181920212223242526272829303132333435
  1. ## Newsbeuter configuration file.
  2. refresh-on-startup yes
  3. auto-reload yes
  4. reload-time 1
  5. reload-threads 2
  6. browser chromium
  7. download-path "~/Downloads/Podcasts"
  8. feed-sort-order name
  9. max-downloads 1
  10. notify-always yes
  11. notify-format "Newsbeuter: %n unread articles within %f unread feeds"
  12. notify-program notify-send
  13. player mpv
  14. cleanup-on-quit yes
  15. show-read-articles yes
  16. show-read-feeds yes
  17. ## Keybindings
  18. bind-key R reload-all
  19. bind-key "RIGHT" select-tag
  20. bind-key "ENTER" open
  21. ## Hide some articles
  22. ignore-article "*" "title =~ \"Sponsor\""
  23. ignore-article "*" "title =~ \"Advertisement\""
  24. ignore-mode "display"
  25. ## Formatting & colorisation
  26. color background red default
  27. color listnormal white default
  28. color listfocus white default
  29. color info white default
  30. color listfocus_unread red default
  31. color listnormal_unread red default