Default wallpaper
This commit is contained in:
parent
d9740757cd
commit
b5fc482077
|
@ -85,8 +85,6 @@ function change_wallpaper(path, extension)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
change_wallpaper('arch2', 'png')
|
|
||||||
|
|
||||||
-- Widgets
|
-- Widgets
|
||||||
local volume = require("volume")
|
local volume = require("volume")
|
||||||
local battery = require("battery")
|
local battery = require("battery")
|
||||||
|
@ -123,11 +121,13 @@ local layouts =
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wallpaper
|
-- {{{ Wallpaper
|
||||||
-- if beautiful.wallpaper then
|
if beautiful.wallpaper then
|
||||||
-- for s = 1, screen.count() do
|
for s = 1, screen.count() do
|
||||||
-- gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||||
-- end
|
end
|
||||||
-- end
|
end
|
||||||
|
change_wallpaper('arch2', 'png')
|
||||||
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Tags
|
-- {{{ Tags
|
||||||
|
|
Loading…
Reference in New Issue