feat: changed wallpapers
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
settings.wallpapers = {
|
settings.wallpapers = {
|
||||||
"${device.monitors.primary}" = wallpapers.moon;
|
"${device.monitors.primary}" = wallpapers.moon;
|
||||||
"${device.monitors.secondary}" = wallpapers.frieren_3;
|
"${device.monitors.secondary}" = wallpapers.frieren_3;
|
||||||
"${device.monitors.tertiary}" = wallpapers.cloud;
|
"${device.monitors.tertiary}" = wallpapers.shapes;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.hyprlock = {
|
programs.hyprlock = {
|
||||||
|
|||||||
@@ -7,6 +7,10 @@
|
|||||||
in rec {
|
in rec {
|
||||||
inherit getWall;
|
inherit getWall;
|
||||||
# Some predefined wallpapers
|
# Some predefined wallpapers
|
||||||
|
dragon = getWall {
|
||||||
|
url = "https://w.wallhaven.cc/full/8o/wallhaven-8ow3q1.jpg";
|
||||||
|
sha256 = "1qn2rv4y4550ag3yjrcj70jry6vxakbqskpwanyrghw2lmlhy7rf";
|
||||||
|
};
|
||||||
moon = getWall {
|
moon = getWall {
|
||||||
url = "https://w.wallhaven.cc/full/6o/wallhaven-6o1zp7.png";
|
url = "https://w.wallhaven.cc/full/6o/wallhaven-6o1zp7.png";
|
||||||
sha256 = "07c1yc3haa25ik3icqm85ppb5x888adxcyh9pmyz79n7ma8z7sil";
|
sha256 = "07c1yc3haa25ik3icqm85ppb5x888adxcyh9pmyz79n7ma8z7sil";
|
||||||
|
|||||||
Reference in New Issue
Block a user