From 8e60cbc1e0895d483a6cb8e3cbcb1a24392828dd Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 12 Aug 2025 23:27:38 +0200 Subject: [PATCH] Update Newsboat configuration --- .gitignore | 2 ++ newsboat/.newsboat/cache.db | Bin 81920 -> 81920 bytes newsboat/.newsboat/cache.db.lock | 2 +- newsboat/.newsboat/config | 6 ++++++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b17ec87..e7f89ac 100644 --- a/.gitignore +++ b/.gitignore @@ -270,4 +270,6 @@ build-iPhoneSimulator/ mpv/shaders/ +**/*.db.* + # End of https://www.toptal.com/developers/gitignore/api/perl,python,ruby diff --git a/newsboat/.newsboat/cache.db b/newsboat/.newsboat/cache.db index 230d8b7eda42e988f68b9106d177306a6aad2689..c73fff50502a6133e73fe1cb2ac51932625d6159 100644 GIT binary patch delta 468 zcmZo@U~On%ogmHFJWo~-!XPCqxXq$smOx41Gdv7k6r z-^jqo)WE{f$jH#Z992reP|wiVY8#|$)XdMq=eIJ2dm!Q_J<^(Pzr6_{?z%qTkjG&7?*(^|#p zUzizHma~X4axqFwXH{U-e

IJ6+76A$Y7ncPf z0VxUq;Q)jRK?Ae~A-6an0mcFWxsj2z1YZP!L6`9%0X?_%BLNQ#0~!ZUmj^Hb9k(Vh P0n`SOpjWp~HvzE-L6$xs diff --git a/newsboat/.newsboat/cache.db.lock b/newsboat/.newsboat/cache.db.lock index 7173d85..4e50ff2 100644 --- a/newsboat/.newsboat/cache.db.lock +++ b/newsboat/.newsboat/cache.db.lock @@ -1 +1 @@ -207197 \ No newline at end of file +249598 \ No newline at end of file diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config index ba17edc..f55b4ab 100644 --- a/newsboat/.newsboat/config +++ b/newsboat/.newsboat/config @@ -1 +1,7 @@ include ~/.newsboat/dark + +auto-reload yes # fetch new content when starting program +reload-time 10 # fetch new content every 10 minutes +notify-always yes # update tmux counters after every fetch +notify-format "%d %n %f" +notify-program "~/.tmux/plugins/tmux-newsboat/bin/tmux-newsboat"