From 78497caf86bf58f9c9d53c0581cf15c96baba759 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 1 Oct 2025 15:08:31 +0200 Subject: up --- .local/bin/newsboat-notif | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.local/bin/newsboat-notif') diff --git a/.local/bin/newsboat-notif b/.local/bin/newsboat-notif index cc2b385..9962fa2 100755 --- a/.local/bin/newsboat-notif +++ b/.local/bin/newsboat-notif @@ -1,3 +1,14 @@ #!/bin/sh +# ===================== +# ==== =============== +# ===================== +# === === ==== == +# ==== == == = = +# ==== == = == = +# ==== == = == ==== +# ==== == = == = = +# = = === ==== == +# == ================ +# ===================== -[ $1 -gt 0 ] && notify-send -u normal -t 6000 newsboat " $@ new articles" +[ $1 -gt 0 ] && exec herbe " $@ new articles" -- cgit v1.2.3