Update wallpaper

This commit is contained in:
Thomas Forgione 2018-09-06 13:42:48 +02:00
parent 186b1075d5
commit 8d3c5f6d5f
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ function update_wallpaper()
for s = 1, screen.count() do
gears.wallpaper.maximized(wallpaper, s, true)
end
beautiful.wallpaper = wallpaper
end
local wallpaper_timer = timer({timeout=600})