diff options
author | joe <rbo@gmx.us> | 2025-08-20 15:26:13 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-20 15:26:13 +0200 |
commit | 1df75733460c564fa1594595ed7794d48093f3f6 (patch) | |
tree | 3ddef9290d9e92832e1fedae9a1302392f8503ea /.local/bin/newsboat-notif | |
parent | up (diff) | |
download | dotfiles-bsd-1df75733460c564fa1594595ed7794d48093f3f6.tar.gz dotfiles-bsd-1df75733460c564fa1594595ed7794d48093f3f6.tar.bz2 dotfiles-bsd-1df75733460c564fa1594595ed7794d48093f3f6.tar.xz dotfiles-bsd-1df75733460c564fa1594595ed7794d48093f3f6.tar.zst dotfiles-bsd-1df75733460c564fa1594595ed7794d48093f3f6.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 6ff4596..cc2b385 100755 --- a/.local/bin/newsboat-notif +++ b/.local/bin/newsboat-notif @@ -1,3 +1,3 @@ #!/bin/sh -[ $1 -gt 0 ] && notify-send -u normal -t 4000 newsboat " <b>$@</b> new articles" +[ $1 -gt 0 ] && notify-send -u normal -t 6000 newsboat " <b>$@</b> new articles" |