Merge branch 'dev' into rc

This commit is contained in:
David Heinemeier Hansson
2026-05-02 16:43:10 +02:00
5 changed files with 18 additions and 9 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ tty=$(tty 2>/dev/null)
while true; do
tte -i ~/.config/omarchy/branding/screensaver.txt \
--frame-rate 120 --canvas-width 0 --canvas-height 0 --reuse-canvas --anchor-canvas c --anchor-text c\
--random-effect --exclude-effects dev_worm \
--no-eol --no-restore-cursor &
--random-effect --no-eol --no-restore-cursor &
while pgrep -t "${tty#/dev/}" -x tte >/dev/null; do
if read -n1 -t 1 || ! screensaver_in_focus; then