aboutsummaryrefslogtreecommitdiff
path: root/newsboat.conf
blob: 7959e1380f775b9e1d946310482b8301f4653697 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# newsboat config  -*- conf-space -*-
# https://newsboat.org/releases/2.29/docs/newsboat.html#_newsboat_configuration_commands
# Vim-like keys.
bind-key j down
bind-key k up
bind-key J next-feed articlelist
bind-key K prev-feed articlelist

# Reload feeds on startup, in parallel.
auto-reload yes
reload-threads 100

text-width 72   # wrap rendered HTML at 72 cols (or terminal width, if smaller)
scrolloff 2     # show 2 lines above/below selected line
show-keymap-hint no
show-title-bar yes
datetime-format "%e %b %Y"   # e.g. " 9 Dec 2022"
notify-program "dunstify -a newsboat -i newsboat Newsboat"
notify-format "%d new articles (%n unread articles, %f unread feeds)"

# Sync with Nextcloud News.
urls-source "ocnews"
ocnews-url "https://cloud.wilkenfamily.de/"
ocnews-login "timo"
ocnews-passwordeval "pass www/nextcloud/timo | head -1"
ocnews-flag-star "s"

# Catppuccin theme.
include ~/.config/newsboat/config.catppuccin