summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-05 00:20:03 +0000
committerGitHub <noreply@github.com>2026-04-05 00:20:03 +0000
commitfcf74e9109018eaa026255d6530746839cd73eaf (patch)
tree462656a5b0019d43b387e33b7ae14f35e6cb211e
parent4eb0ed5880b2c76b8b538cecf66c189932015b12 (diff)
Create time.sh
-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"