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 230d8b7..c73fff5 100644 Binary files a/newsboat/.newsboat/cache.db and b/newsboat/.newsboat/cache.db differ 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"