1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/newsboat/.config/newsboat/config

46 lines
1.1 KiB
Plaintext

urls-source "ttrss"
ttrss-url "https://rss.higherlearning.eu/
ttrss-flag-star "s"
ttrss-flag-publish "p"
ttrss-login "alrayyes"
ttrss-passwordeval "pass emacs/rss | head -n 1"
show-read-feeds no
show-read-articles no
auto-reload yes
reload-time 10
external-url-viewer "urlscan -dc -r 'linkhandler {}'"
notify-program "/usr/bin/notify-send"
bind-key ^R reload-all
bind-key j down
bind-key k up
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key G end
bind-key g home
bind-key d pagedown
bind-key u pageup
bind-key l open
bind-key h quit
bind-key a toggle-article-read
bind-key n next-unread
bind-key N prev-unread
bind-key D pb-download
bind-key U show-urls
bind-key x pb-delete
bind-key ^t next-unread
# Color settings (Gruvbox)
color listfocus white black bold
color listnormal_unread red black
color listfocus_unread red black bold
color info color236 yellow bold
# highlights
highlight article "^(Title):.*$" blue default
highlight article "https?://[^ ]+" red default
highlight article "\\[image\\ [0-9]+\\]" green default