From f3bdd21020b8e618433a06c1efc1cc665cb6839d Mon Sep 17 00:00:00 2001 From: krolxon Date: Sat, 16 Aug 2025 20:49:05 +0530 Subject: first commit using stow --- .config/newsboat/config | 46 ++++++++++++++++++++++++++++++++++++++++++++++ .config/newsboat/urls | 17 +++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 .config/newsboat/config create mode 100644 .config/newsboat/urls (limited to '.config/newsboat') diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..3998b72 --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,46 @@ +auto-reload yes + +unbind-key j +unbind-key k +unbind-key h +unbind-key H +unbind-key L +unbind-key c +unbind-key , +browser "brave -incognito %u" + +# Feed settings +prepopulate-query-feeds yes +refresh-on-startup yes + +macro w set browser "mpv %u" ; open-in-browser ; set browser "librewolf %u" + +# bind keys +bind-key ; macro-prefix +bind-key h quit +bind-key BACKSPACE quit +bind-key j down +bind-key k up +bind-key l open +bind-key H prev-feed +bind-key L next-feed +bind-key c toggle-show-read-feeds + +color listnormal color15 default +color listnormal_unread color2 default +color listfocus_unread color2 color0 +color listfocus default color0 +color background default default +color article default default +color end-of-text-marker color8 default +color info color4 color8 +color hint-separator default color8 +color hint-description default color8 +color title color14 color8 + +highlight article "^(Feed|Title|Author|Link|Date): .+" color4 default bold +highlight article "^(Feed|Title|Author|Link|Date):" color14 default bold + +highlight article "\\((link|image|video)\\)" color8 default +highlight article "https?://[^ ]+" color4 default +highlight article "\[[0-9]+\]" color6 default bold diff --git a/.config/newsboat/urls b/.config/newsboat/urls new file mode 100644 index 0000000..e37f992 --- /dev/null +++ b/.config/newsboat/urls @@ -0,0 +1,17 @@ +"---NEWS---" +https://news.ycombinator.com/rss +https://blog.rust-lang.org/feed.xml "programming" +https://www.archlinux.org/feeds/news/ "tech" +https://artixlinux.org/feed.php "tech" + + +https://matklad.github.io/feed.xml "programming" +https://fasterthanli.me/index.xml "programming" +https://thesquareplanet.com/feed.xml +https://gnulinuxindia.org/index.xml +https://cedaei.com/index.xml +https://krolyxon.xyz/rss.xml +https://lukesmith.xyz/rss.xml +https://landchad.net/rss +https://togglebit.io/atom.xml +https://ben.page/rss -- cgit v1.2.3