aboutsummaryrefslogtreecommitdiffstats
path: root/newsboat/.local/bin/notify-newsboat
diff options
context:
space:
mode:
Diffstat (limited to 'newsboat/.local/bin/notify-newsboat')
-rwxr-xr-xnewsboat/.local/bin/notify-newsboat5
1 files changed, 5 insertions, 0 deletions
diff --git a/newsboat/.local/bin/notify-newsboat b/newsboat/.local/bin/notify-newsboat
new file mode 100755
index 0000000..10e94e7
--- /dev/null
+++ b/newsboat/.local/bin/notify-newsboat
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# this is specified in newsboat config as `notify-program`
+
+notify-send -t 5000 "newsboat" "$1"