mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Allow screensaver to display logo if tte is not there
This commit is contained in:
@@ -16,5 +16,7 @@ if command -v tte &>/dev/null; then
|
|||||||
done
|
done
|
||||||
done
|
done
|
||||||
else
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user