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