Update wallpaper

This commit is contained in:
2018-09-06 13:42:48 +02:00
parent 186b1075d5
commit 8d3c5f6d5f

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})