aboutsummaryrefslogtreecommitdiffstats
path: root/newsboat/.local/bin
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-11-30 18:38:22 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-11-30 18:38:22 +0300
commit4c9efd42894630e919c914f2d5d2828bc71b5e8e (patch)
tree94eca9a68fe1cbf5c4f03da613c2e4d0bc004565 /newsboat/.local/bin
parent523f2b38ee3682b68c7e255eaf5e0b23299e5587 (diff)
downloaddotfiles-4c9efd42894630e919c914f2d5d2828bc71b5e8e.tar.gz
dotfiles-4c9efd42894630e919c914f2d5d2828bc71b5e8e.zip
add newsboat configuration
Diffstat (limited to 'newsboat/.local/bin')
-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"