diff --git a/home-manager/features/hyprpaper.nix b/home-manager/features/hyprpaper.nix index 8341525..1bfc923 100644 --- a/home-manager/features/hyprpaper.nix +++ b/home-manager/features/hyprpaper.nix @@ -4,8 +4,8 @@ enable = true; settings = let - # clouds1 = "/home/drew/Pictures/Wallpaper/2025-02-18 - Haleakela Clouds.jpg"; - # clouds2 = "/home/drew/Pictures/Wallpaper/2025-02-18 - Haleakela Clouds 2.jpg"; + clouds1 = "/home/drew/Pictures/Wallpaper/2025-02-18 - Haleakela Clouds.jpg"; + clouds2 = "/home/drew/Pictures/Wallpaper/2025-02-18 - Haleakela Clouds 2.jpg"; sunset_wide = "/home/drew/Pictures/Wallpaper/2025-02-19 - Hawaii Sunset.jpg"; sunset_tall = "/home/drew/Pictures/Wallpaper/2025-02-20 - Hawaii Sunset - Tall.jpg"; in @@ -13,12 +13,14 @@ ipc = "on"; splash = false; preload = [ + clouds1 + clouds2 sunset_wide sunset_tall ]; wallpaper = [ - "DP-2,${sunset_wide}" + "DP-2,${clouds1}" "DP-1,${sunset_tall}" ]; };