aboutsummaryrefslogtreecommitdiff
path: root/notify-time
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-05-05 21:57:40 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-05-05 21:57:40 +0200
commit8f1bad5de975e24e641ff7a18a665f8a6cd48774 (patch)
tree2cda6e3faa46108be5e9d5c9140ea166ca142edb /notify-time
parent71a43325c4b523c781202785390bb11149d204e7 (diff)
downloadscripts-8f1bad5de975e24e641ff7a18a665f8a6cd48774.tar.gz
scripts-8f1bad5de975e24e641ff7a18a665f8a6cd48774.zip
Merged some status scripts into one. The functionality as changed a bit, check the source if you relied on notify-* scripts.
Diffstat (limited to 'notify-time')
-rwxr-xr-xnotify-time15
1 files changed, 0 insertions, 15 deletions
diff --git a/notify-time b/notify-time
deleted file mode 100755
index 4b77c74..0000000
--- a/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