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

BIN
backgrounds/bird.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

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