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 diff --git a/install.sh b/install.sh index 55bbd534..621e8bf6 100755 --- a/install.sh +++ b/install.sh @@ -18,12 +18,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 }