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