Merge branch 'awesomeWM:master' into master

This commit is contained in:
Rayhan Kafi Pratama 2022-06-27 15:52:04 +07:00 committed by GitHub
commit 3feeb2b8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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