From 1388a2558ab89cf994a48e2e9d4ccbc7a08ddee0 Mon Sep 17 00:00:00 2001 From: Wolfgang Woehl Date: Tue, 21 Oct 2025 02:44:41 +0200 Subject: [PATCH] Screensaver go fullscreen: --no-eol (tte 0.12.2/0.13.0) and --canvas-height 0 --- bin/omarchy-cmd-screensaver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-cmd-screensaver b/bin/omarchy-cmd-screensaver index a53a27ff..0d3d4779 100755 --- a/bin/omarchy-cmd-screensaver +++ b/bin/omarchy-cmd-screensaver @@ -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