diff options
Diffstat (limited to '')
-rw-r--r-- | .config/newsboat/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index e7404f6..6b922be 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,7 +1,7 @@ #how-read-feeds no auto-reload yes refresh-on-startup yes -reload-time 1 +reload-time 60 confirm-mark-all-feeds-read yes confirm-mark-feed-read no reload-threads 100 @@ -9,8 +9,7 @@ text-width 80 show-keymap-hint no show-title-bar no swap-title-and-hints no -#notify-program /home/r_bousset/n.sh -notify-program "notify-send -u low -t 4000 newsboat" +notify-program ~/.local/bin/newsboat-notif notify-always yes notify-format " <b>%d</b> new articles" |