-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
53 lines (46 loc) · 1.84 KB
/
config
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# newsblur
urls-source "newsblur"
newsblur-login "tunakasif"
newsblur-passwordfile "/home/tunakasif/.newsboat/newsblur-pw.txt"
cookie-cache "~/.newsboat/cookies.txt"
feed-sort-order lastupdated
# newsboat
external-url-viewer "urlview"
auto-reload yes
reload-time 15
reload-threads 100
confirm-mark-feed-read no
confirm-mark-all-feeds-read no
bind-key ; macro-prefix
bind-key j down
bind-key k up
bind-key l open
bind-key h quit
bind-key d pagedown
bind-key u pageup
bind-key U show-urls
browser "firefox"
macro a open; quit;
macro v set browser "setsid -f mpv --really-quiet --no-terminal %u"; open-in-browser; set browser "firefox %u";
macro 4 set browser "setsid -f mpv --really-quiet --no-terminal %u --ytdl-format='bestvideo[height<=2160][vcodec!=?vp9]+bestaudio/best'"; open-in-browser; set browser "firefox %u";
# colors
color article color223 color236
color background color100 color236
color info color142 color235
color listfocus color214 color239
color listfocus_unread color214 color96
color listnormal color246 color237
color listnormal_unread color175 color237
# highligths
highlight article "^Feed:.*" color175 color237
highlight article "^Title:.*" color214 color237 bold
highlight article "^Author:.*" color167 color237
highlight article "^Link:.*" color109 color237
highlight article "^Date:.*" color142 color237
highlight article "\\[[0-9]\\+\\]" color208 color237 bold
highlight article "\\[[^0-9].*[0-9]\\+\\]" color167 color237 bold
# hide headings
# highlight feedlist "---.*---" color109 color237 bold
# highlight feedlist ".*0/0.." color246 color237 invis
# catpuccin theme
include ~/.newsboat/dark