Org-roam-ui, newsboat and more
This commit is contained in:
32
newsboat/.newsboat/config
Normal file
32
newsboat/.newsboat/config
Normal file
@@ -0,0 +1,32 @@
|
||||
auto-reload yes
|
||||
browser "firefox --new-tab %u"
|
||||
max-items 50
|
||||
|
||||
# unbind keys
|
||||
unbind-key ENTER
|
||||
unbind-key j
|
||||
unbind-key k
|
||||
unbind-key J
|
||||
unbind-key K
|
||||
|
||||
# bind keys - vim style
|
||||
bind-key j down
|
||||
bind-key k up
|
||||
bind-key l open
|
||||
bind-key h quit
|
||||
|
||||
color background color236 default
|
||||
color listnormal color248 default
|
||||
color listnormal_unread color6 default
|
||||
color listfocus color236 color12
|
||||
color listfocus_unread color15 color12
|
||||
color info color248 color236
|
||||
color article color248 default
|
||||
|
||||
# highlights
|
||||
highlight article "^(Feed|Link):.*$" color6 default bold
|
||||
highlight article "^(Title|Date|Author):.*$" color6 default bold
|
||||
highlight article "https?://[^ ]+" color10 default underline
|
||||
highlight article "\\[[0-9]+\\]" color10 default bold
|
||||
highlight article "\\[image\\ [0-9]+\\]" color10 default bold
|
||||
highlight feedlist "^─.*$" color6 color236 bold
|
5
newsboat/.newsboat/urls
Normal file
5
newsboat/.newsboat/urls
Normal file
@@ -0,0 +1,5 @@
|
||||
http://lukesmith.xyz/rss.xml "Technology"
|
||||
http://www.vox.com/rss/policy-and-politics/index.xml "Politics"
|
||||
https://based.cooking/rss.xml "Cooking"
|
||||
http://cyberciti.biz/feed "Technology"
|
||||
https://medium.com/feed/better-programming "Technology"
|
Reference in New Issue
Block a user