diff --git a/themes/xresources/theme.lua b/themes/xresources/theme.lua index 068a46557..c4b36cf4d 100644 --- a/themes/xresources/theme.lua +++ b/themes/xresources/theme.lua @@ -155,7 +155,10 @@ else end if not theme.wallpaper then - theme.wallpaper = themes_path.."xresources/wallpaper.svg" + gdebug.print_warning("Loading fallback wallpaper.") + theme.wallpaper = function(s) + return theme_assets.wallpaper(wallpaper_bg, wallpaper_fg, wallpaper_alt_fg, s) + end end theme.wallpaper_bg = wallpaper_bg