Stop using tte until package is fixed

This commit is contained in:
David Heinemeier Hansson 2025-08-15 09:49:03 +02:00
parent 589ffb21fe
commit 5aa26eb9bd

View File

@ -17,12 +17,13 @@ trap catch_errors ERR
show_logo() { show_logo() {
clear 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 echo
} }
show_subtext() { show_subtext() {
echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe} echo "$1" # | tte --frame-rate ${3:-640} ${2:-wipe}
echo echo
} }
@ -30,7 +31,7 @@ show_subtext() {
source $OMARCHY_INSTALL/preflight/gum.sh source $OMARCHY_INSTALL/preflight/gum.sh
source $OMARCHY_INSTALL/preflight/guard.sh source $OMARCHY_INSTALL/preflight/guard.sh
source $OMARCHY_INSTALL/preflight/aur.sh source $OMARCHY_INSTALL/preflight/aur.sh
source $OMARCHY_INSTALL/preflight/tte.sh # source $OMARCHY_INSTALL/preflight/tte.sh
source $OMARCHY_INSTALL/preflight/migrations.sh source $OMARCHY_INSTALL/preflight/migrations.sh
# Configuration # Configuration