Set bird on DP-2

This commit is contained in:
2026-01-18 16:04:51 +01:00
parent a1edc64ae2
commit be8744f073
2 changed files with 6 additions and 1 deletions

View File

@@ -2,14 +2,19 @@
let
wallpaper = builtins.toString ../backgrounds/monkey.jpg;
wallpaper2 = builtins.toString ../backgrounds/bird.jpg;
in
{
services.hyprpaper = {
enable = true;
settings = {
preload = [ wallpaper ];
preload = [
wallpaper
wallpaper2
];
wallpaper = [
"DP-2,${wallpaper2}"
",${wallpaper}"
];
};