feat: changed wallpapers

This commit is contained in:
uttarayan21
2025-03-26 17:15:56 +05:30
parent 766d828486
commit 8fcc187e14
2 changed files with 5 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
settings.wallpapers = {
"${device.monitors.primary}" = wallpapers.moon;
"${device.monitors.secondary}" = wallpapers.frieren_3;
"${device.monitors.tertiary}" = wallpapers.cloud;
"${device.monitors.tertiary}" = wallpapers.shapes;
};
};
programs.hyprlock = {

View File

@@ -7,6 +7,10 @@
in rec {
inherit getWall;
# Some predefined wallpapers
dragon = getWall {
url = "https://w.wallhaven.cc/full/8o/wallhaven-8ow3q1.jpg";
sha256 = "1qn2rv4y4550ag3yjrcj70jry6vxakbqskpwanyrghw2lmlhy7rf";
};
moon = getWall {
url = "https://w.wallhaven.cc/full/6o/wallhaven-6o1zp7.png";
sha256 = "07c1yc3haa25ik3icqm85ppb5x888adxcyh9pmyz79n7ma8z7sil";