We will have tte back in a iffy so let's not bother with this

This commit is contained in:
David Heinemeier Hansson 2025-08-24 22:23:12 +02:00
parent 3bf51d30ff
commit f14810e80d

View File

@ -15,16 +15,4 @@ if command -v tte &>/dev/null; then
fi
done
done
else
# Poor man's screensaver in case we don't have tte
clear
while true; do
echo -e "\033[32m"
cat ~/.config/omarchy/branding/screensaver.txt
echo -e "\033[0m"
echo
# Wait up to 2 seconds, quit if any key is pressed
read -t 2 -n 1 key && break
done
fi