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:
parent
d28cc9f4a6
commit
bdaa374383
2 changed files with 32 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue