diff options
-rwxr-xr-x | .config/eww/scripts/date-time.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/scripts/date-time.sh b/.config/eww/scripts/date-time.sh index 6968cec..8c621a7 100755 --- a/.config/eww/scripts/date-time.sh +++ b/.config/eww/scripts/date-time.sh @@ -7,6 +7,6 @@ DaySuffix() { *) echo "th";; esac } -date=$(date "+%A %-d`DaySuffix` %B %Y - %H:%M") +date=$(date "+%A %-d`DaySuffix` %B %Y") icon="" printf "%s" "$date" |