From cd4b58ae904df121093942ad894f83ba1590aec0 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 16 Mar 2025 21:58:54 +0000 Subject: [PATCH] hyprland: preload wallpaper --- users/jordan/graphical/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/jordan/graphical/hyprland.nix b/users/jordan/graphical/hyprland.nix index e258291..60e4fc5 100644 --- a/users/jordan/graphical/hyprland.nix +++ b/users/jordan/graphical/hyprland.nix @@ -231,6 +231,11 @@ settings = { ipc = "on"; splash = false; + + preload = [ + "/home/jordan/Pictures/Aurora.png" + ]; + wallpaper = [ ",/home/jordan/Pictures/Aurora.png" ];