diff options
author | joe <rbo@gmx.us> | 2025-08-20 11:42:14 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-20 11:42:14 +0200 |
commit | e071f455d856f47da5b90b65af9978e4d3302839 (patch) | |
tree | 5b12fca269219b696a66be288d40704b53679a8a /.local/bin | |
parent | up (diff) | |
download | dotfiles-bsd-e071f455d856f47da5b90b65af9978e4d3302839.tar.gz dotfiles-bsd-e071f455d856f47da5b90b65af9978e4d3302839.tar.bz2 dotfiles-bsd-e071f455d856f47da5b90b65af9978e4d3302839.tar.xz dotfiles-bsd-e071f455d856f47da5b90b65af9978e4d3302839.tar.zst dotfiles-bsd-e071f455d856f47da5b90b65af9978e4d3302839.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/newsboat-notif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/newsboat-notif b/.local/bin/newsboat-notif index a936306..d158563 100755 --- a/.local/bin/newsboat-notif +++ b/.local/bin/newsboat-notif @@ -1,3 +1,3 @@ #!/bin/sh -notify-send -u low -t 4000 newsboat "$@" +[ $1 -gt 0 ] && notify-send -u low -t 4000 newsboat " <b>$@</b> new articles" |