mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Revert "Turn off tte until the package is fixed"
This reverts commit f456e21cab.
This commit is contained in:
@@ -18,13 +18,12 @@ trap catch_errors ERR
|
||||
|
||||
show_logo() {
|
||||
clear
|
||||
# tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand}
|
||||
cat <~/.local/share/omarchy/logo.txt
|
||||
tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand}
|
||||
echo
|
||||
}
|
||||
|
||||
show_subtext() {
|
||||
echo "$1" # | tte --frame-rate ${3:-640} ${2:-wipe}
|
||||
echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe}
|
||||
echo
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user