Revert "Turn off tte until the package is fixed"
This reverts commit f456e21cabae21ab700a8613fef004ebdb07a359.
This commit is contained in:
parent
8a78566248
commit
a60bcaf7a1
@ -18,13 +18,12 @@ trap catch_errors ERR
|
|||||||
|
|
||||||
show_logo() {
|
show_logo() {
|
||||||
clear
|
clear
|
||||||
# tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand}
|
tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand}
|
||||||
cat <~/.local/share/omarchy/logo.txt
|
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
show_subtext() {
|
show_subtext() {
|
||||||
echo "$1" # | tte --frame-rate ${3:-640} ${2:-wipe}
|
echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe}
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user