From 74ecc98e528eac979e0820c9fa48955a186c0cc1 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 1 Oct 2025 18:04:18 +0200 Subject: up --- .local/bin/ref-newsboat | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.local/bin/ref-newsboat') diff --git a/.local/bin/ref-newsboat b/.local/bin/ref-newsboat index ca1aee1..08ee614 100755 --- a/.local/bin/ref-newsboat +++ b/.local/bin/ref-newsboat @@ -6,7 +6,7 @@ use Capture::Tiny qw(capture); use constant { NEWSBOAT_PATH => 'newsboat', - NOTIFY_SEND_PATH => 'notify-send' + NOTIFY_SEND_PATH => 'herbe' }; sub main @@ -29,12 +29,7 @@ sub main if ($stdout != 0) { system( NOTIFY_SEND_PATH, - '-u', - 'low', - '-t', - '4000', - 'newsboat', - ' ' . $stdout . ' new articles' + ' ' . $stdout . ' new articles' ); } return; -- cgit v1.2.3