From a60bcaf7a10f3efd5bf005e1cfb618a14a5513e3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 22 Aug 2025 08:41:19 +0200 Subject: [PATCH] Revert "Turn off tte until the package is fixed" This reverts commit f456e21cabae21ab700a8613fef004ebdb07a359. --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 621e8bf6..55bbd534 100755 --- a/install.sh +++ b/install.sh @@ -18,13 +18,12 @@ trap catch_errors ERR show_logo() { clear - # tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand} - cat <~/.local/share/omarchy/logo.txt + tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand} echo } show_subtext() { - echo "$1" # | tte --frame-rate ${3:-640} ${2:-wipe} + echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe} echo }