Exclude long new screensaver effect (#3553)

Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
Miras Mustimov
2025-11-24 15:00:25 +05:00
committed by GitHub
parent aa98e9307c
commit 55692e0893

View File

@@ -18,9 +18,11 @@ printf '\033]11;rgb:00/00/00\007' # Set background color to black
hyprctl keyword cursor:invisible true &>/dev/null
while true; do
effect=$(tte 2>&1 | grep -oP '{\K[^}]+' | tr ',' ' ' | tr ' ' '\n' | sed -n '/^beams$/,$p' | grep -Ev '^(dev_worm)$' | sort -u | shuf -n1)
tte -i ~/.config/omarchy/branding/screensaver.txt \
--frame-rate 120 --canvas-width 0 --canvas-height 0 --reuse-canvas --anchor-canvas c --anchor-text c\
--no-eol --no-restore-cursor random_effect &
--no-eol --no-restore-cursor $effect &
while pgrep -x tte >/dev/null; do
if read -n 1 -t 1 || ! screensaver_in_focus; then