summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-29 17:55:10 +0200
committerjoe <rbo@gmx.us>2025-09-29 17:55:10 +0200
commit14e84851e0803ebaf12c34977b5fc4d75d88609c (patch)
treedbcea791640cea5f00f04ff5b71344df37731bbb
parentup (diff)
downloaddotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.tar.gz
dotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.tar.bz2
dotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.tar.xz
dotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.tar.zst
dotfiles-bsd-14e84851e0803ebaf12c34977b5fc4d75d88609c.zip
up
Diffstat (limited to '')
-rwxr-xr-x.local/bin/ndate4
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;