mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Default to expand but allow others
This commit is contained in:
@ -5,7 +5,7 @@ yay -S --noconfirm --needed gum python-terminaltexteffects
|
|||||||
|
|
||||||
show_logo() {
|
show_logo() {
|
||||||
clear
|
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 ""
|
echo -e ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user