diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2025-01-16 17:00:08 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2025-01-16 17:00:08 -0500 |
commit | fcf44b17142cbeaf1f6a4b66e5ab0eed1483ebe4 (patch) | |
tree | f9d4625d612af99557ff0249dbf5f1fccc6175c8 /.config/newsboat |
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/config | 22 | ||||
-rw-r--r-- | .config/newsboat/urls | 32 |
2 files changed, 54 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..f2fe982 --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,22 @@ +#show-read-feeds no +auto-reload yes + +color listnormal cyan default +color listfocus black yellow standout bold +color listnormal_unread green default +color listfocus_unread yellow default bold +color info red black bold +color article white default bold + +highlight all "---.*---" yellow +highlight feedlist ".*(0/0))" black +highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold +highlight article "(^Link:.*|^Date:.*)" default default +highlight article "https?://[^ ]+" green default +highlight article "^(Title):.*$" blue default +highlight article "\\[[0-9][0-9]*\\]" magenta default bold +highlight article "\\[image\\ [0-9]+\\]" green default bold +highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold +highlight article ":.*\\(link\\)$" cyan default +highlight article ":.*\\(image\\)$" blue default +highlight article ":.*\\(embedded flash\\)$" magenta default diff --git a/.config/newsboat/urls b/.config/newsboat/urls new file mode 100644 index 0000000..f259dcb --- /dev/null +++ b/.config/newsboat/urls @@ -0,0 +1,32 @@ +" " +"--- Text ---" +http://lukesmith.xyz/rss.xml text +https://voidlinux.org/atom.xml text + +" " +"--- Podcasts ---" +https://notrelated.libsyn.com/rss podcast +https://dancarlinhh.libsyn.com/rss podcast +https://dchhaddendum.libsyn.com/rss podcast +https://rss.art19.com/tides-of-history podcast +https://rss.art19.com/the-fall-of-rome-podcast podcast + +" " +"--- Youtube ---" +https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA youtube lukesmithxyz +https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA youtube mentaloutlaw +https://www.youtube.com/feeds/videos.xml?channel_id=UCznk4o83WjKFCwEZ8th8wHQ youtube edibleacres +https://www.youtube.com/feeds/videos.xml?channel_id=UCsj4I8YTlUGbqp7OcWTRJTw youtube maritimegardening +https://www.youtube.com/feeds/videos.xml?channel_id=UCm61viPKEDpGVGCF2ut-SUg youtube benfalk +https://www.youtube.com/feeds/videos.xml?channel_id=UCuSrv3qgQA7SSi6R9bWag5A youtube trick2g +https://www.youtube.com/feeds/videos.xml?channel_id=UCl8UfR1WkSJS666PlNsn6Yg youtube gamerzakh +https://www.youtube.com/feeds/videos.xml?channel_id=UCQG_fzADCunBTV1KwjkfAQQ youtube dianxixiaoge +https://www.youtube.com/feeds/videos.xml?channel_id=UCoC47do520os_4DBMEFGg4A youtube liziqi +https://www.youtube.com/feeds/videos.xml?channel_id=UCc1ufNROdAxto9Fr0jnEE2Q youtube advoko +https://www.youtube.com/feeds/videos.xml?channel_id=UC2SMpy2oZV6BoyJEYShw9bw youtube taoutdoors + +" " +"--- Git ---" +https://github.com/Keriew/augustus/commits/master.atom git +https://github.com/bvschaik/julius/commits/master.atom git +https://gitlab.freedesktop.org/xorg/lib/libxft/-/commits/master?format=atom git |