summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/newsboat/config5
-rwxr-xr-x.local/bin/newsboat-notif3
2 files changed, 5 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"
diff --git a/.local/bin/newsboat-notif b/.local/bin/newsboat-notif
new file mode 100755
index 0000000..a936306
--- /dev/null
+++ b/.local/bin/newsboat-notif
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+notify-send -u low -t 4000 newsboat "$@"