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> ")