From c079cbbfaeaa683d61f4363aea2c539ff4a48d97 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 28 Feb 2024 19:19:02 +0000 Subject: Removed time from script as eww takes care of the time now --- .config/eww/scripts/date-time.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/eww') 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" -- cgit v1.2.3