diff options
author | joe <rbo@gmx.us> | 2025-10-01 18:04:18 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 18:04:18 +0200 |
commit | 74ecc98e528eac979e0820c9fa48955a186c0cc1 (patch) | |
tree | be754babad6341d504daa4fe8c8433ca428fa595 /.local/bin/ref-newsboat | |
parent | up (diff) | |
download | dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.gz dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.bz2 dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.xz dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.zst dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.zip |
up
Diffstat (limited to '.local/bin/ref-newsboat')
-rwxr-xr-x | .local/bin/ref-newsboat | 9 |
1 files changed, 2 insertions, 7 deletions
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', - ' <b>' . $stdout . '</b> new articles' + ' ' . $stdout . ' new articles' ); } return; |