diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:58:32 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-15 13:58:32 +0100 |
| commit | 4fbffd70ab7a1ddaccf555ee9b4cb489776e079f (patch) | |
| tree | d7986b73be3e2354820881cfda966a870ac9ef3c /.config/cow/scripts | |
| parent | 7859466f6bb0132c74261bdc4731dbd945cdc9bd (diff) | |
Added calendar icon to date and time button and extended the button slighty.
Diffstat (limited to '.config/cow/scripts')
| -rwxr-xr-x | .config/cow/scripts/date-time.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/cow/scripts/date-time.sh b/.config/cow/scripts/date-time.sh index 4ff00d4..fa7fead 100755 --- a/.config/cow/scripts/date-time.sh +++ b/.config/cow/scripts/date-time.sh @@ -7,4 +7,4 @@ DaySuffix() { *) echo "th";; esac } -echo $(date "+%A %-d`DaySuffix` %B %Y - %H:%M ") +echo " $(date "+%A %-d`DaySuffix` %B %Y - %H:%M ")" |
