diff options
author | joe <rbo@gmx.us> | 2025-09-29 17:55:10 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-29 17:55:10 +0200 |
commit | 14e84851e0803ebaf12c34977b5fc4d75d88609c (patch) | |
tree | dbcea791640cea5f00f04ff5b71344df37731bbb | |
parent | up (diff) | |
download | dotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.tar.gz dotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.tar.bz2 dotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.tar.xz dotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.tar.zst dotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.zip |
-rwxr-xr-x | .local/bin/ndate | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.local/bin/ndate b/.local/bin/ndate index 323be43..79c20b7 100755 --- a/.local/bin/ndate +++ b/.local/bin/ndate @@ -50,7 +50,7 @@ use Capture::Tiny qw(capture); use constant { DATE_PATH => 'date', - NOTIFYSEND_PATH => 'notify-send' + NOTIFYSEND_PATH => 'herbe' }; sub main @@ -69,8 +69,6 @@ sub main $date = scalar reverse $date; system( NOTIFYSEND_PATH, - '-t', '4000', - 'date', $date ); return; |