make awesome use wallpaper.png in user home dir

This commit is contained in:
xunuwu 2024-02-29 20:02:22 +01:00
parent 6bae0fa254
commit 977076ef7a
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 2 additions and 3 deletions

View file

@ -132,8 +132,7 @@ local function set_wallpaper(s)
if type(wallpaper) == "function" then
wallpaper = wallpaper(s)
end
-- gears.wallpaper.maximized(wallpaper, s, true)
gears.wallpaper.maximized(os.getenv("HOME") .. "/Desktop/wallpaperflare.com_wallpaper.jpg", s, true)
gears.wallpaper.maximized(wallpaper, s, true)
end
end

View file

@ -35,7 +35,7 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
taglist_square_size, theme.fg_normal
)
theme.wallpaper = os.getenv("HOME") .. "/Desktop/wallpaperflare.com_wallpaper.jpg"
theme.wallpaper = os.getenv("HOME") .. "/wallpaper.png"
theme.icon_theme = nil