summaryrefslogtreecommitdiff
path: root/.config/scripts
diff options
context:
space:
mode:
Diffstat (limited to '.config/scripts')
-rw-r--r--.config/scripts/time.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/scripts/time.sh b/.config/scripts/time.sh
new file mode 100644
index 0000000..946b959
--- /dev/null
+++ b/.config/scripts/time.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+date=$(date +"%A %B %d")
+time=$(date +"%I:%M %p")
+
+notify-send "$time" "$date"