mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
lain: new commit
This commit is contained in:
parent
b95152a40c
commit
cfaf87df51
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit a5d68067cfa5759bf55576784563092b5ca5629f
|
||||
Subproject commit cc8de6a059757bc5ea3f8f7013db55ab3af924a5
|
|
@ -209,7 +209,7 @@ function theme.at_screen_connect(s)
|
|||
s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
if type(wallpaper) == "function" then
|
||||
if type(theme.wallpaper) == "function" then
|
||||
theme.wallpaper = theme.wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(theme.wallpaper, s, true)
|
||||
|
|
|
@ -293,7 +293,7 @@ function theme.at_screen_connect(s)
|
|||
s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
if type(wallpaper) == "function" then
|
||||
if type(theme.wallpaper) == "function" then
|
||||
theme.wallpaper = theme.wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(theme.wallpaper, s, true)
|
||||
|
|
|
@ -191,7 +191,7 @@ function theme.at_screen_connect(s)
|
|||
s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
if type(wallpaper) == "function" then
|
||||
if type(theme.wallpaper) == "function" then
|
||||
theme.wallpaper = theme.wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(theme.wallpaper, s, true)
|
||||
|
|
|
@ -290,7 +290,7 @@ function theme.at_screen_connect(s)
|
|||
s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
if type(wallpaper) == "function" then
|
||||
if type(theme.wallpaper) == "function" then
|
||||
theme.wallpaper = theme.wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(theme.wallpaper, s, true)
|
||||
|
|
|
@ -256,7 +256,7 @@ function theme.at_screen_connect(s)
|
|||
s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
if type(wallpaper) == "function" then
|
||||
if type(theme.wallpaper) == "function" then
|
||||
theme.wallpaper = theme.wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(theme.wallpaper, s, true)
|
||||
|
|
|
@ -250,7 +250,7 @@ function theme.at_screen_connect(s)
|
|||
s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
if type(wallpaper) == "function" then
|
||||
if type(theme.wallpaper) == "function" then
|
||||
theme.wallpaper = theme.wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(theme.wallpaper, s, true)
|
||||
|
|
|
@ -213,7 +213,7 @@ function theme.at_screen_connect(s)
|
|||
s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
if type(wallpaper) == "function" then
|
||||
if type(theme.wallpaper) == "function" then
|
||||
theme.wallpaper = theme.wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(theme.wallpaper, s, true)
|
||||
|
|
|
@ -207,7 +207,7 @@ function theme.at_screen_connect(s)
|
|||
s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
if type(wallpaper) == "function" then
|
||||
if type(theme.wallpaper) == "function" then
|
||||
theme.wallpaper = theme.wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(theme.wallpaper, s, true)
|
||||
|
|
|
@ -387,7 +387,7 @@ function theme.at_screen_connect(s)
|
|||
s.quake = lain.util.quake({ app = awful.util.terminal, border = theme.border_width })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
if type(wallpaper) == "function" then
|
||||
if type(theme.wallpaper) == "function" then
|
||||
theme.wallpaper = theme.wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(theme.wallpaper, s, true)
|
||||
|
|
Loading…
Reference in a new issue