summaryrefslogtreecommitdiffstats
path: root/newsboat/config
diff options
context:
space:
mode:
Diffstat (limited to 'newsboat/config')
-rw-r--r--newsboat/config41
1 files changed, 34 insertions, 7 deletions
diff --git a/newsboat/config b/newsboat/config
index f0962a7..81aeae3 100644
--- a/newsboat/config
+++ b/newsboat/config
@@ -1,6 +1,17 @@
#browser "w3m %u"
auto-reload no
+urls-source "freshrss"
+freshrss-url "https://freshrss.twentyfoursoftware.co.uk/api/greader.php"
+freshrss-login "lemon"
+freshrss-password "flagstick-shivering-violet"
+freshrss-passwordeval "pass freshrss_api_password_for_lemon_user"
+freshrss-min-items 100
+freshrss-flag-star "s"
+
+datetime-format "%d %b %Y"
+
+
# confirm-mark-feed-read no
run-on-startup toggle-show-read-feeds
@@ -24,26 +35,42 @@ bind-key D pb-download
bind-key U show-urls
bind-key x pb-delete
+# default colours
+color background white black
+color listnormal white black
+color listfocus black green bold
+color listnormal_unread white black
+color listfocus_unread black green bold
+color title black green bold
+color info black green bold
+color hint-key black green bold
+color hint-keys-delimiter black green
+color hint-separator black green bold
+color hint-description black green
+color article white black
+
refresh-on-startup no
define-filter "Linux articles" "title =~ \"Linux\""
-color info color15 color6
+#color info color15 color6
#macro y set browser "mpv %u"; open-in-browser ; set browser "elinks %u"
#color listfocus color15 color0
-#color listfocus color14 color0
-#color listfocus_unread color15 color0 bold
+#color listfocus black green
+# color listfocus_unread black green bold
#highlight-article "title =~ \"Productivity\"" white red bold
#highlight-article "title =~ \"Setup\"" yellow red bold
#highlight all "Linux" yellow red bold
notify-program "notify-send"
-notify-screen yes
+notify-screen no
notify-xterm yes
-max-items 40
+max-items 60
download-path "~/Downloads"
player mpv
-browser /home/lemon/openbsd-dotfiles/lynx/lynx
-macro m set browser "mpv %u" ; open-in-browser ; set browser "/home/lemon/dotfiles/lynx/lynx %u"
+#browser /home/lemon/bin/lynx
+browser lynx
+#macro m set browser "mpv %u" ; open-in-browser ; set browser "/home/lemon/dotfiles/lynx/lynx %u"
+macro m set browser "mpv %u" ; open-in-browser ; set browser "lynx %u"
#
# press ,y to log the url - you can type a comment to prefix the URL in the log file but it doesn't prompt you...
# massive hack but it works