Allow screensaver to display logo if tte is not there

This commit is contained in:
David Heinemeier Hansson 2025-08-24 17:07:28 +02:00
parent da7222f510
commit 3f895969c7

View File

@ -16,5 +16,7 @@ if command -v tte &>/dev/null; then
done
done
else
gum spin --title "Can't find tte. Try: pip install terminaltexteffects" -- sleep 2
# Poor man's screensaver in case we don't have tte
omarchy-show-logo
read -n 1 -s
fi