diff --git a/bin/omarchy-cmd-screensaver b/bin/omarchy-cmd-screensaver index 9bf5ba37..c8b007ab 100755 --- a/bin/omarchy-cmd-screensaver +++ b/bin/omarchy-cmd-screensaver @@ -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