Update wallpaper
This commit is contained in:
parent
186b1075d5
commit
8d3c5f6d5f
|
@ -31,6 +31,7 @@ function update_wallpaper()
|
||||||
for s = 1, screen.count() do
|
for s = 1, screen.count() do
|
||||||
gears.wallpaper.maximized(wallpaper, s, true)
|
gears.wallpaper.maximized(wallpaper, s, true)
|
||||||
end
|
end
|
||||||
|
beautiful.wallpaper = wallpaper
|
||||||
end
|
end
|
||||||
|
|
||||||
local wallpaper_timer = timer({timeout=600})
|
local wallpaper_timer = timer({timeout=600})
|
||||||
|
|
Loading…
Reference in New Issue