From 008ede7bbd369b0d52473f433450083197229123 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 10:02:19 +0200 Subject: [PATCH] Tweaks --- bin/omarchy-launch-screensaver | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-launch-screensaver b/bin/omarchy-launch-screensaver index 8fc60df..736c702 100755 --- a/bin/omarchy-launch-screensaver +++ b/bin/omarchy-launch-screensaver @@ -8,11 +8,12 @@ focused=$(hyprctl monitors -j | jq -r '.[] | select(.focused == true).name') for m in $(hyprctl monitors -j | jq -r '.[] | .name'); do hyprctl dispatch focusmonitor $m hyprctl dispatch exec -- \ - alacritty --class Screensaver --title Screensaver \ + alacritty --class Screensaver \ -o 'colors.primary.background="#000000"' \ -o 'colors.cursor.cursor="#000000"' \ -o 'font.size=18' \ + -o 'window.opacity=1' \ -e ~/.local/share/omarchy/bin/omarchy-cmd-screensaver done -hyprctl dispatch focusmonitor $focused \ No newline at end of file +hyprctl dispatch focusmonitor $focused