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