Merge pull request #2648 from wolfgangw/patch-1

TTE go fullscreen: --no-eol (tte 0.12.2/0.13.0)
This commit is contained in:
Ryan Hughes
2025-11-03 21:33:06 -05:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ hyprctl keyword cursor:invisible true &>/dev/null
while true; do
effect=$(tte 2>&1 | grep -oP '{\K[^}]+' | tr ',' ' ' | tr ' ' '\n' | sed -n '/^beams$/,$p' | sort -u | shuf -n1)
tte -i ~/.config/omarchy/branding/screensaver.txt \
--frame-rate 240 --canvas-width 0 --canvas-height $(($(tput lines) - 2)) --anchor-canvas c --anchor-text c \
--frame-rate 240 --canvas-width 0 --canvas-height 0 --anchor-canvas c --anchor-text c --no-eol \
"$effect" &
while pgrep -x tte >/dev/null; do