From f456e21cabae21ab700a8613fef004ebdb07a359 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 Aug 2025 09:50:22 +0200 Subject: [PATCH] Turn off tte until the package is fixed --- install.sh | 5 +++-- install/preflight/presentation.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 9b728d0a..f101c34c 100755 --- a/install.sh +++ b/install.sh @@ -17,12 +17,13 @@ trap catch_errors ERR show_logo() { clear - tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand} + # tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand} + cat <~/.local/share/omarchy/logo.txt echo } show_subtext() { - echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe} + echo "$1" # | tte --frame-rate ${3:-640} ${2:-wipe} echo } diff --git a/install/preflight/presentation.sh b/install/preflight/presentation.sh index 98957ae9..d9a84212 100644 --- a/install/preflight/presentation.sh +++ b/install/preflight/presentation.sh @@ -1,3 +1,3 @@ #!/bin/bash -yay -S --noconfirm --needed gum python-terminaltexteffects +yay -S --noconfirm --needed gum # python-terminaltexteffects