diff --git a/modules/hyprland/1920x1080.png b/modules/hyprland/1920x1080.png new file mode 100644 index 0000000..ce3f7bf Binary files /dev/null and b/modules/hyprland/1920x1080.png differ diff --git a/modules/hyprland/5120x1440.png b/modules/hyprland/5120x1440.png new file mode 100644 index 0000000..855835b Binary files /dev/null and b/modules/hyprland/5120x1440.png differ diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index b51baac..d4371ba 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -67,7 +67,7 @@ in { font-size = 14; ignore-empty-password = true; show-failed-attempts = true; - image = "${./wallpaper.png}"; + image = "${./5120x1440.png}"; }; }; @@ -85,8 +85,11 @@ in { }; xdg.configFile."hypr/hyprpaper.conf".text = '' - preload = ${./wallpaper.png} - wallpaper = ,${./wallpaper.png} + preload = ${./5120x1440.png} + preload = ${./1920x1080.png} + + wallpaper = DP-1,${./5120x1440.png} + wallpaper = eDP-1,${./1920x1080.png} ''; }; };