From 1fda1ade8a3fe0c819aed61206c10432732c301c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 09:45:21 +0200 Subject: [PATCH] Increase screensaver font size for looks and performance Co-authored-by: @precision --- bin/omarchy-launch-screensaver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-launch-screensaver b/bin/omarchy-launch-screensaver index 4617044..748fa60 100755 --- a/bin/omarchy-launch-screensaver +++ b/bin/omarchy-launch-screensaver @@ -2,4 +2,4 @@ pgrep -f "alacritty --class Screensaver" || alacritty --class Screensaver --title Screensaver -o 'colors.primary.background="#000000"' \ - -o 'colors.cursor.cursor="#000000"' -e ~/.local/share/omarchy/bin/omarchy-cmd-screensaver + -o 'colors.cursor.cursor="#000000"' -o 'font.size=18' -e ~/.local/share/omarchy/bin/omarchy-cmd-screensaver