New wallpapers

This commit is contained in:
outfoxxed 2024-02-16 22:00:23 -08:00
parent 3e8a944be8
commit 9d3c3a2809
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
3 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -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}
'';
};
};