1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

lain: new commit

This commit is contained in:
Luke Bonham 2017-02-28 18:27:53 +01:00
parent b95152a40c
commit cfaf87df51
10 changed files with 10 additions and 10 deletions

2
lain

@ -1 +1 @@
Subproject commit a5d68067cfa5759bf55576784563092b5ca5629f
Subproject commit cc8de6a059757bc5ea3f8f7013db55ab3af924a5

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)