Merge pull request 'Set bird on DP-2' (#5) from feature/multi-backgrounds into master

Reviewed-on: #5
This commit is contained in:
2026-01-18 16:05:38 +01:00
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}"
]; ];
}; };