diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 18:00:08 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 18:00:08 +0100 |
commit | cde730e0308f9c9e227b85cf3950f7fb8f5fe507 (patch) | |
tree | 59067b51235d65b9a86f4752c4c5e0cdeaef26c3 /.local/bin/ref-newsboat.pl | |
parent | Update (diff) | |
download | dotfiles-bsd-cde730e0308f9c9e227b85cf3950f7fb8f5fe507.tar.gz dotfiles-bsd-cde730e0308f9c9e227b85cf3950f7fb8f5fe507.tar.bz2 dotfiles-bsd-cde730e0308f9c9e227b85cf3950f7fb8f5fe507.tar.xz dotfiles-bsd-cde730e0308f9c9e227b85cf3950f7fb8f5fe507.tar.zst dotfiles-bsd-cde730e0308f9c9e227b85cf3950f7fb8f5fe507.zip |
Notifications update
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/ref-newsboat.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/ref-newsboat.pl b/.local/bin/ref-newsboat.pl index 38d7231..baebdeb 100755 --- a/.local/bin/ref-newsboat.pl +++ b/.local/bin/ref-newsboat.pl @@ -33,8 +33,8 @@ sub main NOTIFY_SEND_PATH, '-u', 'low', - ' newsboat', - $stdout . ' new articles' + 'newsboat', + ' ' . $stdout . ' new articles' ); } exit 0; |