New background

This commit is contained in:
Armel van Ravels
2026-04-15 11:15:08 +02:00
parent 80cb7a6bd2
commit 6425616f8c
3 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
let
wallpaper = builtins.toString ../backgrounds/monkey.jpg;
wallpaper2 = builtins.toString ../backgrounds/bird.jpg;
wallpaper3 = builtins.toString ../backgrounds/nix.png;
in
{
services.hyprpaper = {
@@ -12,10 +13,10 @@ in
preload = [
wallpaper
wallpaper2
wallpaper3
];
wallpaper = [
"DP-2,${wallpaper2}"
",${wallpaper}"
",${wallpaper3}"
];
};
};