diff --git a/install/2-presentation.sh b/install/2-presentation.sh index cb90f2b..ea72b2b 100644 --- a/install/2-presentation.sh +++ b/install/2-presentation.sh @@ -5,7 +5,7 @@ yay -S --noconfirm --needed gum python-terminaltexteffects show_logo() { clear - tte -i ~/.local/share/omarchy/logo.txt --frame-rate 120 expand + tte -i ~/.local/share/omarchy/logo.txt --frame-rate 120 ${1:-expand} echo -e "" }