summaryrefslogtreecommitdiff
path: root/scripts/old/notify-time
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-08 23:55:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-08 23:55:30 +0200
commitc4d0e3de7ad04114797abb14368e4a6f8da04a60 (patch)
tree5ef72a5dfb5f6b1b15c1c3ac3e2e876bb9398ed2 /scripts/old/notify-time
parent453436ee53cd9935473cf1944dd072281d69a99f (diff)
downloadconfig-c4d0e3de7ad04114797abb14368e4a6f8da04a60.tar.gz
config-c4d0e3de7ad04114797abb14368e4a6f8da04a60.zip
Updates from alpine
Diffstat (limited to 'scripts/old/notify-time')
-rwxr-xr-xscripts/old/notify-time15
1 files changed, 0 insertions, 15 deletions
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 @@
1#!/bin/sh
2
3# Little notification to show time and date
4
5# Requires: notify-send or similar
6
7# TODO: check if it still works with notify-send
8
9#notify=notify-send
10notify=herbe
11
12t=$(date +"%H:%M:%S")
13d=$(date +"%d %B %Y, %A")
14
15$notify "$t" "$d"

Generated with cgit - Back to sebastiano.tronto.net