Initial Commit
This commit is contained in:
28
config/newsboat/config
Normal file
28
config/newsboat/config
Normal file
@ -0,0 +1,28 @@
|
||||
|
||||
auto-reload yes
|
||||
download-path "~/Music/%h/%n"
|
||||
max-downloads 3
|
||||
player "ncmpcpp"
|
||||
|
||||
|
||||
browser qutebrowser
|
||||
macro i set browser "feh %u"; open-in-browser ; set browser "qutebrowser"
|
||||
macro w set browser "w3m %u"; open-in-browser ; set browser "qutebrowser"
|
||||
|
||||
|
||||
# col # item # fg # bg
|
||||
#color background color7 default # the most bottom bar
|
||||
#color listnormal color7 default # unfocused and without N
|
||||
#color listnormal_unread color7 default # unfocused and with N
|
||||
#color listfocus color7 color8 # focused and without N
|
||||
#color listfocus_unread color7 color8 bold # focused but with N
|
||||
#color info color0 color1 # bottom and top info bars
|
||||
color article color15 default # content of an article
|
||||
|
||||
# highlights
|
||||
highlight article "^(Feed|Link):.*$" color14 default bold
|
||||
highlight article "^(Title|Date|Author):.*$" color11 default bold
|
||||
highlight article "https?://[^ ]+" color12 default underline
|
||||
highlight article "\\[[0-9]+\\]" color10 default bold
|
||||
highlight article "\\[image\\ [0-9]+\\]" color9 default bold
|
||||
highlight article "^(Flags):.*$" color9 default bold
|
31
config/newsboat/urls
Normal file
31
config/newsboat/urls
Normal file
@ -0,0 +1,31 @@
|
||||
# starred Articles
|
||||
# ctrl-e to flag, s-enter to star it.
|
||||
# ctrl-e, delete to remove flag
|
||||
"query:Starred:flags # \"s\""
|
||||
"query:Unread:unread = \"yes\""
|
||||
|
||||
# (Reddit)
|
||||
# https://reddit.com/r/antiwork.rss "~antiwork" "(Reddit)"
|
||||
https://reddit.com/r/archlinux.rss "~archlinux" "(Reddit)"
|
||||
https://reddit.com/r/awesomewm.rss "~awesomewm" "(Reddit)"
|
||||
https://reddit.com/r/debian.rss "~debian" "(Reddit)"
|
||||
https://reddit.com/r/devops.rss "~devops" "(Reddit)"
|
||||
https://reddit.com/r/homelab.rss "~homelab" "(Reddit)"
|
||||
https://reddit.com/r/linux.rss "~linux" "(Reddit)"
|
||||
https://reddit.com/r/linuxadmin.rss "~linuxadamin" "(Reddit)"
|
||||
https://reddit.com/r/powershell.rss "~powershell" "(Reddit)"
|
||||
https://reddit.com/r/proxmox.rss "~proxmox" "(Reddit)"
|
||||
https://reddit.com/r/selfhosted.rss "~selfhosted" "(Reddit)"
|
||||
https://reddit.com/r/sysadmin.rss "~sysadmin" "(Reddit)"
|
||||
|
||||
# (Blogs)
|
||||
https://blog.devolutions.net/feed/rss.xml "~devolutions" "(Blogs)"
|
||||
|
||||
# (News)
|
||||
https://www.news.com.au/content-feeds/latest-news-national/ "~newscomau" "(News)"
|
||||
https://archlinux.org/feeds/news/ "~archlinuxnews" "(News)"
|
||||
|
||||
# (Podcasts)
|
||||
https://selfhosted.show/rss "~self-hosted" "(Podcasts)"
|
||||
https://linuxunplugged.com/rss "~linuxunplugged" "(Podcasts)"
|
||||
https://linuxactionnews.com/rss "~linuxactionnews" "(Podcasts)"
|
Reference in New Issue
Block a user