Allow screensaver to display logo if tte is not there
This commit is contained in:
parent
da7222f510
commit
3f895969c7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user