mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Turn off tte until the package is fixed
This commit is contained in:
@@ -17,12 +17,13 @@ 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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
yay -S --noconfirm --needed gum python-terminaltexteffects
|
yay -S --noconfirm --needed gum # python-terminaltexteffects
|
||||||
|
|||||||
Reference in New Issue
Block a user