add newsboat configuration
la-ninpre leobrekalini@gmail.com
Tue, 30 Nov 2021 18:38:22 +0300
5 files changed,
36 insertions(+),
1 deletions(-)
A
newsboat/.config/newsboat/config
@@ -0,0 +1,15 @@
+browser brave +reload-threads 10 + +notify-always yes +notify-program "~/.local/bin/notify-newsboat" + +# color scheme +highlight article "^(Title):.*$" green default bold +highlight article "^(Feed):.*$" red default +highlight article "^(Author):.*$" cyan default +highlight article "^(Date):.*$" green default +highlight article "https?://[^ ]+" blue default underline + +color info default color0 +color listfocus color11 color4
A
newsboat/.config/newsboat/urls
@@ -0,0 +1,12 @@
+https://git.sr.ht/~rabbits/uxn/log/main/rss.xml "git" "uxn" +https://git.sr.ht/~rabbits/nasu/log/main/rss.xml "git" "uxn" +https://git.sr.ht/~rabbits/noodle/log/main/rss.xml "git" "uxn" +https://git.sr.ht/~rabbits/dexe/log/master/rss.xml "git" "uxn" +https://git.sr.ht/~rabbits/orca-toy/log/main/rss.xml "git" "uxn" +https://git.sr.ht/~rabbits/left/log/main/rss.xml "git" "uxn" +https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg "yt" # distrotube +https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA "yt" # brodie robertson +https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA "yt" # mental outlaw +https://www.youtube.com/feeds/videos.xml?channel_id=UCAYKj_peyESIMDp5LtHlH2A "yt" # unfa +https://www.youtube.com/feeds/videos.xml?channel_id=UCv1Kcz-CuGM6mxzL3B1_Eiw "yt" # gardiner bryant +https://www.youtube.com/feeds/videos.xml?channel_id=UCNypeTQAfb2pBA-BLPYK0kg "yt" # devine lu linvega
A
newsboat/.local/bin/notify-newsboat
@@ -0,0 +1,5 @@
+#!/bin/sh + +# this is specified in newsboat config as `notify-program` + +notify-send -t 5000 "newsboat" "$1"