diff options
| author | silly <u65487754@gmail.com> | 2026-04-05 00:20:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 00:20:03 +0000 |
| commit | fcf74e9109018eaa026255d6530746839cd73eaf (patch) | |
| tree | 462656a5b0019d43b387e33b7ae14f35e6cb211e /.config/scripts/time.sh | |
| parent | 4eb0ed5880b2c76b8b538cecf66c189932015b12 (diff) | |
Create time.sh
Diffstat (limited to '.config/scripts/time.sh')
| -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" |
