Default wallpaper

This commit is contained in:
Thomas FORGIONE 2016-11-26 12:16:44 +01:00
parent d9740757cd
commit b5fc482077
No known key found for this signature in database
GPG Key ID: 2B5C8A9986271A42
1 changed files with 7 additions and 7 deletions

View File

@ -85,8 +85,6 @@ function change_wallpaper(path, extension)
end
end
change_wallpaper('arch2', 'png')
-- Widgets
local volume = require("volume")
local battery = require("battery")
@ -123,11 +121,13 @@ local layouts =
-- }}}
-- {{{ Wallpaper
-- if beautiful.wallpaper then
-- for s = 1, screen.count() do
-- gears.wallpaper.maximized(beautiful.wallpaper, s, true)
-- end
-- end
if beautiful.wallpaper then
for s = 1, screen.count() do
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
end
end
change_wallpaper('arch2', 'png')
-- }}}
-- {{{ Tags