Files
omarchy/install/2-presentation.sh

16 lines
302 B
Bash
Raw Normal View History

#!/bin/bash
# Need gum to query for input
yay -S --noconfirm --needed gum python-terminaltexteffects
show_logo() {
clear
2025-07-25 15:30:49 -04:00
tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand}
echo -e ""
}
show_subtext() {
2025-07-25 15:30:49 -04:00
echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe}
echo -e ""
}