Blank wallpaper

Hyprland version
Hyprland 0.53.0 built from branch v0.53.0 at commit ea444c35bb23b6e34505ab6753e069de7801cc25 clean (version: bump to 0.53.0).

Wallpaper blank

Hi everyone, I am running into an issue that I am having difficulties to solve. After the update all my wallpapers became blank.
My current Hyprland version is Hyprland 0.53.0
Here the librairies:

Hyprgraphics: built against 0.5.0, system has 0.5.0
Hyprutils: built against 0.11.0, system has 0.11.0
Hyprcursor: built against 0.1.13, system has 0.1.13
Hyprlang: built against 0.6.7, system has 0.6.7
Aquamarine: built against 0.10.0, system has 0.10.0

Here is the content of my hyprpaper.conf

preload = /home/_1ntell0/.config/Assets/bgs/ded_sec.jpg
wallpaper = , contain:/home/_1ntell0/.config/Assets/bgs/ded_sec.jpg

I also have the hyprpaper start in the hyprland.conf
exec-once = hyprpaper

Also, all the files mentioned in the file path are present in the same location. So, I am lost here. Everything was going smoothly until the last update. Did I miss something ? Is there a fix for this ?

I believe the hyprpaper config format changed. Here is the documentation.

The following may work for you:

wallpaper {
    path = /home/_1ntell0/.config/Assets/bgs/ded_sec.jpg
    fit_mode = contain
}
1 Like

This workedbut just had to add the monitor key and value. So it turns out like this:

wallpaper {
    monitor = 
    path = /home/_1ntell0/.config/Assets/bgs/ded_sec.jpg
    fit_mode = contain
}

It worked this way, thanks !