diff options
| author | joe <rbo@gmx.us> | 2025-10-01 15:08:31 +0200 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-10-01 15:08:31 +0200 |
| commit | 78497caf86bf58f9c9d53c0581cf15c96baba759 (patch) | |
| tree | 1e2ea9774bd9a29398c92292eefca2fcf420d4e7 /.local/bin/newsboat-notif | |
| parent | up (diff) | |
| download | dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.gz dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.bz2 dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.xz dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.zst dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.zip | |
up
Diffstat (limited to '')
| -rwxr-xr-x | .local/bin/newsboat-notif | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.local/bin/newsboat-notif b/.local/bin/newsboat-notif index cc2b385..9962fa2 100755 --- a/.local/bin/newsboat-notif +++ b/.local/bin/newsboat-notif @@ -1,3 +1,14 @@ #!/bin/sh +# ===================== +# ==== =============== +# ===================== +# === === ==== == +# ==== == == = = +# ==== == = == = +# ==== == = == ==== +# ==== == = == = = +# = = === ==== == +# == ================ +# ===================== -[ $1 -gt 0 ] && notify-send -u normal -t 6000 newsboat " <b>$@</b> new articles" +[ $1 -gt 0 ] && exec herbe " $@ new articles" |
