summaryrefslogtreecommitdiff
path: root/scripts/old/notify-time
diff options
context:
space:
mode:
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