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