aboutsummaryrefslogtreecommitdiff
path: root/config/newsboat
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-24 17:07:33 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-24 17:07:33 +0100
commit468a789dbc4b1928c035d8590895efc533520a27 (patch)
tree74cb056c37eaa50cd50491a7665608488ed4feb1 /config/newsboat
parentf9883d2c3b3699d91e98feeffd7eece546f7c57e (diff)
downloaddotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.gz
dotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.bz2
dotfiles-468a789dbc4b1928c035d8590895efc533520a27.zip
Updated file tree to match XDG base directory specification
Diffstat (limited to 'config/newsboat')
-rw-r--r--config/newsboat/config33
1 files changed, 33 insertions, 0 deletions
diff --git a/config/newsboat/config b/config/newsboat/config
new file mode 100644
index 0000000..f3ef9e1
--- /dev/null
+++ b/config/newsboat/config
@@ -0,0 +1,33 @@
+# auto-reload yes # reload feeds at startup
+reload-threads 64
+max-items 100
+# pager less
+
+datetime-format "%d %b %Y"
+# articlelist-format "%4i %f
+
+bind-key j down
+bind-key k up
+bind-key g home
+bind-key G end
+
+# solarized color-scheme
+color background default default
+color listnormal default default
+color listnormal_unread default default
+color listfocus black cyan
+color listfocus_unread black cyan
+color info default black
+color article default default
+
+highlight article "^(Title):.*$" blue default
+highlight article "https?://[^ ]+" red default
+highlight article "\\[image\\ [0-9]+\\]" green default
+highlight all "---.*" yellow default
+highlight all "===.*" yellow default
+highlight feedlist ".*(0/0))" black default
+
+macro v set browser "mpv --ytdl-format=best %u"; open-in-browser; set browser qutebrowser
+
+notify-always yes
+notify-program /usr/bin/notify-send