New wallpapers
This commit is contained in:
parent
3e8a944be8
commit
9d3c3a2809
BIN
modules/hyprland/1920x1080.png
Normal file
BIN
modules/hyprland/1920x1080.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 335 KiB |
BIN
modules/hyprland/5120x1440.png
Normal file
BIN
modules/hyprland/5120x1440.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
|
@ -67,7 +67,7 @@ in {
|
||||||
font-size = 14;
|
font-size = 14;
|
||||||
ignore-empty-password = true;
|
ignore-empty-password = true;
|
||||||
show-failed-attempts = true;
|
show-failed-attempts = true;
|
||||||
image = "${./wallpaper.png}";
|
image = "${./5120x1440.png}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -85,8 +85,11 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
||||||
preload = ${./wallpaper.png}
|
preload = ${./5120x1440.png}
|
||||||
wallpaper = ,${./wallpaper.png}
|
preload = ${./1920x1080.png}
|
||||||
|
|
||||||
|
wallpaper = DP-1,${./5120x1440.png}
|
||||||
|
wallpaper = eDP-1,${./1920x1080.png}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue