From 02fbe0f3059ee98e7b23dad5c22d1420efdbe1aa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 13 Sep 2025 18:29:58 +0200 Subject: [PATCH] Further design tweaks --- install/post-install/finished.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/post-install/finished.sh b/install/post-install/finished.sh index 7a212b9..a514a6e 100644 --- a/install/post-install/finished.sh +++ b/install/post-install/finished.sh @@ -7,15 +7,13 @@ echo_in_style() { clear tte -i ~/.local/share/omarchy/logo.txt --canvas-width 0 --anchor-text c --frame-rate 920 laseretch echo -echo -echo_in_style "You're done!" # Display installation time if available if [[ -f $OMARCHY_INSTALL_LOG_FILE ]] && grep -q "Total:" "$OMARCHY_INSTALL_LOG_FILE" 2>/dev/null; then echo TOTAL_TIME=$(tail -n 20 "$OMARCHY_INSTALL_LOG_FILE" | grep "^Total:" | sed 's/^Total:[[:space:]]*//') if [ -n "$TOTAL_TIME" ]; then - echo_in_style "Installation completed in $TOTAL_TIME" + echo_in_style "Installed in $TOTAL_TIME" fi fi