From c4d0e3de7ad04114797abb14368e4a6f8da04a60 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 8 May 2026 23:55:30 +0200 Subject: Updates from alpine --- scripts/old/notify-time | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 scripts/old/notify-time (limited to 'scripts/old/notify-time') diff --git a/scripts/old/notify-time b/scripts/old/notify-time deleted file mode 100755 index 4b77c74..0000000 --- a/scripts/old/notify-time +++ /dev/null @@ -1,15 +0,0 @@ -#!/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