make awesome use wallpaper.png in user home dir
This commit is contained in:
parent
6bae0fa254
commit
977076ef7a
2 changed files with 2 additions and 3 deletions
|
@ -132,8 +132,7 @@ local function set_wallpaper(s)
|
||||||
if type(wallpaper) == "function" then
|
if type(wallpaper) == "function" then
|
||||||
wallpaper = wallpaper(s)
|
wallpaper = wallpaper(s)
|
||||||
end
|
end
|
||||||
-- gears.wallpaper.maximized(wallpaper, s, true)
|
gears.wallpaper.maximized(wallpaper, s, true)
|
||||||
gears.wallpaper.maximized(os.getenv("HOME") .. "/Desktop/wallpaperflare.com_wallpaper.jpg", s, true)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
|
||||||
taglist_square_size, theme.fg_normal
|
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
|
theme.icon_theme = nil
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue