summaryrefslogtreecommitdiffstats
path: root/.local/bin/ref-newsboat
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/ref-newsboat')
-rwxr-xr-x.local/bin/ref-newsboat9
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;