From 60052659b98832c78c902e4f27ecee2663d8e913 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 6 May 2026 08:30:49 +0200 Subject: Added scripts --- scripts/old/notify-time | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 scripts/old/notify-time (limited to 'scripts/old/notify-time') diff --git a/scripts/old/notify-time b/scripts/old/notify-time new file mode 100755 index 0000000..4b77c74 --- /dev/null +++ b/scripts/old/notify-time @@ -0,0 +1,15 @@ +#!/bin/sh + +# Little notification to show time and date + +# Requires: notify-send or similar + +# TODO: check if it still works with notify-send + +#notify=notify-send +notify=herbe + +t=$(date +"%H:%M:%S") +d=$(date +"%d %B %Y, %A") + +$notify "$t" "$d" -- cgit v1.3