From 4c9efd42894630e919c914f2d5d2828bc71b5e8e Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 30 Nov 2021 18:38:22 +0300 Subject: add newsboat configuration --- newsboat/.local/bin/notify-newsboat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 newsboat/.local/bin/notify-newsboat (limited to 'newsboat/.local/bin/notify-newsboat') 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" -- cgit v1.2.3