diff options
Diffstat (limited to '.local/bin/newsboat-notif')
-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" |