From fcf74e9109018eaa026255d6530746839cd73eaf Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 5 Apr 2026 00:20:03 +0000 Subject: Create time.sh --- .config/scripts/time.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/scripts/time.sh (limited to '.config/scripts') 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" -- cgit v1.3.1