diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/scripts/time.sh | 6 |
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" |
