1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00
This commit is contained in:
luke bonham 2014-05-27 17:23:09 +02:00
parent 91f4d5553f
commit aae577c50f
9 changed files with 3 additions and 19 deletions

View file

@ -613,10 +613,8 @@ end)
client.connect_signal("focus",
function(c)
if c.maximized_horizontal == true and c.maximized_vertical == true then
c.border_width = 0
c.border_color = beautiful.border_normal
else
c.border_width = beautiful.border_width
c.border_color = beautiful.border_focus
end
end)

View file

@ -706,10 +706,8 @@ end)
client.connect_signal("focus",
function(c)
if c.maximized_horizontal == true and c.maximized_vertical == true then
c.border_width = 0
c.border_color = beautiful.border_normal
else
c.border_width = beautiful.border_width
c.border_color = beautiful.border_focus
end
end)

View file

@ -642,10 +642,8 @@ end)
client.connect_signal("focus",
function(c)
if c.maximized_horizontal == true and c.maximized_vertical == true then
c.border_width = 0
c.border_color = beautiful.border_normal
else
c.border_width = beautiful.border_width
c.border_color = beautiful.border_focus
end
end)

View file

@ -748,10 +748,8 @@ end)
client.connect_signal("focus",
function(c)
if c.maximized_horizontal == true and c.maximized_vertical == true then
c.border_width = 0
c.border_color = beautiful.border_normal
else
c.border_width = beautiful.border_width
c.border_color = beautiful.border_focus
end
end)

View file

@ -676,10 +676,8 @@ end)
client.connect_signal("focus",
function(c)
if c.maximized_horizontal == true and c.maximized_vertical == true then
c.border_width = 0
c.border_color = beautiful.border_normal
else
c.border_width = beautiful.border_width
c.border_color = beautiful.border_focus
end
end)

View file

@ -665,10 +665,8 @@ end)
client.connect_signal("focus",
function(c)
if c.maximized_horizontal == true and c.maximized_vertical == true then
c.border_width = 0
c.border_color = beautiful.border_normal
else
c.border_width = beautiful.border_width
c.border_color = beautiful.border_focus
end
end)

View file

@ -611,10 +611,8 @@ end)
client.connect_signal("focus",
function(c)
if c.maximized_horizontal == true and c.maximized_vertical == true then
c.border_width = 0
c.border_color = beautiful.border_normal
else
c.border_width = beautiful.border_width
c.border_color = beautiful.border_focus
end
end)

View file

@ -620,10 +620,8 @@ end)
client.connect_signal("focus",
function(c)
if c.maximized_horizontal == true and c.maximized_vertical == true then
c.border_width = 0
c.border_color = beautiful.border_normal
else
c.border_width = beautiful.border_width
c.border_color = beautiful.border_focus
end
end)

View file

@ -48,7 +48,7 @@ theme.disk = theme.dir .. "/icons/disk.png"
theme.ac = theme.dir .. "/icons/ac.png"
theme.bat = theme.dir .. "/icons/bat.png"
theme.bat_low = theme.dir .. "/icons/bat_low.png"
theme.bat_no = theme.dir .. "/icons/bat_no.png"
theme.bat_no = theme.dir .. "/icons/bat_no.png"
theme.play = theme.dir .. "/icons/play.png"
theme.pause = theme.dir .. "/icons/pause.png"
@ -92,14 +92,14 @@ theme.titlebar_maximized_button_normal_inactive = theme.dir .. "/icons/titlebar/
theme.useless_gap_width = 10
theme.layout_centerfair = theme.dir .. "/icons/centerfair.png"
theme.layout_termfair = theme.dir .. "/icons/termfair.png"
theme.layout_centerwork = theme.dir .. "/icons/centerwork.png"
theme.layout_centerwork = theme.dir .. "/icons/centerwork.png"
theme.layout_uselessfair = theme.dir .. "/icons/fairv.png"
theme.layout_uselessfairh = theme.dir .. "/icons/fairh.png"
theme.layout_uselessdwindle = theme.dir .. "/icons/dwindle.png"
theme.layout_uselesstile = theme.dir .. "/icons/tile.png"
theme.layout_uselesstiletop = theme.dir .. "/icons/tiletop.png"
theme.layout_uselesstileleft = theme.dir .. "/icons/tileleft.png"
theme.layout_uselesstilebottom = theme.dir .. "/icons/tilebottom.png"
theme.layout_uselesstilebottom = theme.dir .. "/icons/tilebottom.png"
theme.layout_uselesspiral = theme.dir .. "/icons/spiral.png"
return theme