mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 01:19:32 +08:00
tests/hyprpaper: update basic configuration
Show the newer format and test the proper generation of config. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -12,8 +12,21 @@
|
||||
];
|
||||
|
||||
wallpaper = [
|
||||
"DP-3,/share/wallpapers/buttons.png"
|
||||
"DP-1,/share/wallpapers/cat_pacman.png"
|
||||
{
|
||||
monitor = "DP-3";
|
||||
path = "/share/wallpapers/buttons.png";
|
||||
fit_mode = "cover";
|
||||
}
|
||||
{
|
||||
monitor = "DP-2";
|
||||
path = "/share/wallpapers/cat_pacman.png";
|
||||
fit_mode = "cover";
|
||||
}
|
||||
{
|
||||
monitor = "";
|
||||
path = "~/fallback.jxl";
|
||||
fit_mode = "cover";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,8 +1,23 @@
|
||||
preload=/share/wallpapers/buttons.png
|
||||
preload=/share/wallpapers/cat_pacman.png
|
||||
|
||||
wallpaper=DP-3,/share/wallpapers/buttons.png
|
||||
wallpaper=DP-1,/share/wallpapers/cat_pacman.png
|
||||
wallpaper {
|
||||
monitor=DP-3
|
||||
fit_mode=cover
|
||||
path=/share/wallpapers/buttons.png
|
||||
}
|
||||
|
||||
wallpaper {
|
||||
monitor=DP-2
|
||||
fit_mode=cover
|
||||
path=/share/wallpapers/cat_pacman.png
|
||||
}
|
||||
|
||||
wallpaper {
|
||||
monitor=
|
||||
fit_mode=cover
|
||||
path=~/fallback.jxl
|
||||
}
|
||||
ipc=on
|
||||
splash=false
|
||||
splash_offset=2.000000
|
||||
|
||||
Reference in New Issue
Block a user