Default wallpaper
This commit is contained in:
parent
d9740757cd
commit
b5fc482077
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue