From f14810e80dfbc97de99c8b2ac7d43cc9467284a6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 22:23:12 +0200 Subject: [PATCH] We will have tte back in a iffy so let's not bother with this --- bin/omarchy-cmd-screensaver | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bin/omarchy-cmd-screensaver b/bin/omarchy-cmd-screensaver index 6133c569..2f105862 100755 --- a/bin/omarchy-cmd-screensaver +++ b/bin/omarchy-cmd-screensaver @@ -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