From f456e21cabae21ab700a8613fef004ebdb07a359 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 Aug 2025 09:50:22 +0200 Subject: [PATCH 1/2] Turn off tte until the package is fixed --- install.sh | 5 +++-- install/preflight/presentation.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 9b728d0a..f101c34c 100755 --- a/install.sh +++ b/install.sh @@ -17,12 +17,13 @@ trap catch_errors ERR show_logo() { clear - tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand} + # tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand} + cat <~/.local/share/omarchy/logo.txt echo } show_subtext() { - echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe} + echo "$1" # | tte --frame-rate ${3:-640} ${2:-wipe} echo } diff --git a/install/preflight/presentation.sh b/install/preflight/presentation.sh index 98957ae9..d9a84212 100644 --- a/install/preflight/presentation.sh +++ b/install/preflight/presentation.sh @@ -1,3 +1,3 @@ #!/bin/bash -yay -S --noconfirm --needed gum python-terminaltexteffects +yay -S --noconfirm --needed gum # python-terminaltexteffects From bd2eddbab403001dc9758337860bc4ed7f9650dc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 Aug 2025 09:52:41 +0200 Subject: [PATCH 2/2] Turn off auto-launching screensaver until tte is fixed --- config/hypr/hypridle.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 4853dc9a..95a9de61 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -5,10 +5,11 @@ general { on_unlock_cmd = omarchy-restart-waybar # prevent stacking of waybar when waking } -listener { - timeout = 150 # 2.5min - on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already) -} +# FIXME: Scrensaver depends on tte being installed +# listener { +# timeout = 150 # 2.5min +# on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already) +# } listener { timeout = 300 # 5min