diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-28 19:19:02 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-28 19:19:02 +0000 |
commit | c079cbbfaeaa683d61f4363aea2c539ff4a48d97 (patch) | |
tree | 317b1998dcedc759efe7fe47eb5f02a502d3660d | |
parent | 4b65dd35066cae924222ecd2aeb1ceb29ce329cb (diff) |
Removed time from script as eww takes care of the time now
-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" |