mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2025-01-10 17:58:09 +00:00
Moved Wallpaper to ./stock/wallpaper
This commit is contained in:
parent
773d424b8f
commit
fe44ee12a1
|
@ -49,11 +49,7 @@ end
|
|||
-- }}}
|
||||
|
||||
-- {{{ Wallpaper
|
||||
if beautiful.wallpaper then
|
||||
for s = 1, screen.count() do
|
||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||
end
|
||||
end
|
||||
require("stock.wallpaper")
|
||||
-- }}}
|
||||
|
||||
-- {{{ Menu
|
||||
|
|
|
@ -60,11 +60,7 @@ end
|
|||
-- }}}
|
||||
|
||||
-- {{{ Wallpaper
|
||||
if beautiful.wallpaper then
|
||||
for s = 1, screen.count() do
|
||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||
end
|
||||
end
|
||||
require("stock.wallpaper")
|
||||
-- }}}
|
||||
|
||||
-- {{{ Menu
|
||||
|
|
|
@ -49,11 +49,7 @@ end
|
|||
-- }}}
|
||||
|
||||
-- {{{ Wallpaper
|
||||
if beautiful.wallpaper then
|
||||
for s = 1, screen.count() do
|
||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||
end
|
||||
end
|
||||
require("stock.wallpaper")
|
||||
-- }}}
|
||||
|
||||
-- {{{ Menu
|
||||
|
|
|
@ -51,11 +51,7 @@ end
|
|||
-- }}}
|
||||
|
||||
-- {{{ Wallpaper
|
||||
if beautiful.wallpaper then
|
||||
for s = 1, screen.count() do
|
||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||
end
|
||||
end
|
||||
require("stock.wallpaper")
|
||||
-- }}}
|
||||
|
||||
-- {{{ Menu
|
||||
|
|
|
@ -55,11 +55,7 @@ end
|
|||
-- }}}
|
||||
|
||||
-- {{{ Wallpaper
|
||||
if beautiful.wallpaper then
|
||||
for s = 1, screen.count() do
|
||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||
end
|
||||
end
|
||||
require("stock.wallpaper")
|
||||
-- }}}
|
||||
|
||||
-- {{{ Freedesktop Menu
|
||||
|
|
|
@ -53,11 +53,7 @@ end
|
|||
-- }}}
|
||||
|
||||
-- {{{ Wallpaper
|
||||
if beautiful.wallpaper then
|
||||
for s = 1, screen.count() do
|
||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||
end
|
||||
end
|
||||
require("stock.wallpaper")
|
||||
-- }}}
|
||||
|
||||
-- {{{ Menu
|
||||
|
|
|
@ -56,11 +56,7 @@ end
|
|||
-- }}}
|
||||
|
||||
-- {{{ Wallpaper
|
||||
if beautiful.wallpaper then
|
||||
for s = 1, screen.count() do
|
||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||
end
|
||||
end
|
||||
require("stock.wallpaper")
|
||||
-- }}}
|
||||
|
||||
-- {{{ Menu
|
||||
|
|
|
@ -54,11 +54,7 @@ end
|
|||
-- }}}
|
||||
|
||||
-- {{{ Wallpaper
|
||||
if beautiful.wallpaper then
|
||||
for s = 1, screen.count() do
|
||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||
end
|
||||
end
|
||||
require("stock.wallpaper")
|
||||
-- }}}
|
||||
|
||||
-- {{{ Menu
|
||||
|
|
10
stock/wallpaper.lua
Normal file
10
stock/wallpaper.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
local beautiful = require("beautiful")
|
||||
local gears = require("gears")
|
||||
|
||||
-- {{{ Wallpaper
|
||||
if beautiful.wallpaper then
|
||||
for s = 1, screen.count() do
|
||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
||||
end
|
||||
end
|
||||
-- }}}
|
Loading…
Reference in a new issue