From 37f4d4a4111983c28e64a144de6cb2525f0ad2eb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 25 Jul 2025 15:30:49 -0400 Subject: [PATCH] More tweaks to the animations --- install/2-presentation.sh | 4 ++-- install/3-identification.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/2-presentation.sh b/install/2-presentation.sh index ea72b2b..636a769 100644 --- a/install/2-presentation.sh +++ b/install/2-presentation.sh @@ -5,11 +5,11 @@ yay -S --noconfirm --needed gum python-terminaltexteffects show_logo() { clear - tte -i ~/.local/share/omarchy/logo.txt --frame-rate 120 ${1:-expand} + tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand} echo -e "" } show_subtext() { - echo "$1" | tte --frame-rate 640 wipe + echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe} echo -e "" } diff --git a/install/3-identification.sh b/install/3-identification.sh index 2dbf494..859a300 100644 --- a/install/3-identification.sh +++ b/install/3-identification.sh @@ -1,6 +1,6 @@ #!/bin/bash -show_logo +show_logo beams 240 show_subtext "Let's install Omarchy!" export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")