mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
More tweaks to the animations
This commit is contained in:
@ -5,11 +5,11 @@ yay -S --noconfirm --needed gum python-terminaltexteffects
|
|||||||
|
|
||||||
show_logo() {
|
show_logo() {
|
||||||
clear
|
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 ""
|
echo -e ""
|
||||||
}
|
}
|
||||||
|
|
||||||
show_subtext() {
|
show_subtext() {
|
||||||
echo "$1" | tte --frame-rate 640 wipe
|
echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe}
|
||||||
echo -e ""
|
echo -e ""
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
show_logo
|
show_logo beams 240
|
||||||
show_subtext "Let's install Omarchy!"
|
show_subtext "Let's install Omarchy!"
|
||||||
|
|
||||||
export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
|
export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
|
||||||
|
Reference in New Issue
Block a user