diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/newsboat-notif | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/newsboat-notif b/.local/bin/newsboat-notif new file mode 100755 index 0000000..cc2b385 --- /dev/null +++ b/.local/bin/newsboat-notif @@ -0,0 +1,3 @@ +#!/bin/sh + +[ $1 -gt 0 ] && notify-send -u normal -t 6000 newsboat " <b>$@</b> new articles" |