lain: new commit
This commit is contained in:
parent
6068f6ae7e
commit
d4297ca668
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit e72deb9de709a9adaa3a239a4e18ed641538de6e
|
||||
Subproject commit 5de6ca283bffbc041eeb094c8b82dfd8d680f04f
|
|
@ -77,6 +77,8 @@ graphics = "gimp"
|
|||
-- lain
|
||||
lain.layout.termfair.nmaster = 3
|
||||
lain.layout.termfair.ncol = 1
|
||||
lain.layout.centerfair.nmaster = 3
|
||||
lain.layout.centerfair.ncol = 1
|
||||
|
||||
local layouts = {
|
||||
awful.layout.suit.floating,
|
||||
|
@ -86,6 +88,7 @@ local layouts = {
|
|||
lain.layout.uselesstile,
|
||||
lain.layout.uselessfair,
|
||||
lain.layout.termfair,
|
||||
lain.layout.centerfair,
|
||||
lain.layout.uselesspiral.dwindle
|
||||
}
|
||||
-- }}}
|
||||
|
|
|
@ -55,7 +55,7 @@ theme.tasklist_maximized_horizontal = ""
|
|||
theme.tasklist_maximized_vertical = ""
|
||||
|
||||
-- lain related
|
||||
theme.useless_gap_width = 8
|
||||
theme.useless_gap_width = 10
|
||||
theme.layout_uselesstile = theme.dir .. "/icons/uselesstile.png"
|
||||
theme.layout_uselesstileleft = theme.dir .. "/icons/uselesstileleft.png"
|
||||
theme.layout_uselesstiletop = theme.dir .. "/icons/uselesstiletop.png"
|
||||
|
|
|
@ -23,7 +23,7 @@ theme.border_focus = "#93B6FF"
|
|||
theme.taglist_fg_focus = "#FFFFEF"
|
||||
theme.taglist_bg_focus = "#111111"
|
||||
theme.titlebar_bg_normal = "#191919"
|
||||
theme.titlebar_bg_focus = "#222222"
|
||||
theme.titlebar_bg_focus = "#262626"
|
||||
theme.menu_height = "16"
|
||||
theme.menu_width = "150"
|
||||
|
||||
|
@ -89,6 +89,7 @@ theme.titlebar_maximized_button_normal_inactive = theme.dir .. "/icons/titlebar/
|
|||
|
||||
-- lain related
|
||||
theme.useless_gap_width = 10
|
||||
theme.layout_centerfair = theme.dir .. "/icons/centerfair.png"
|
||||
theme.layout_termfair = theme.dir .. "/icons/termfair.png"
|
||||
theme.layout_uselessfair = theme.dir .. "/icons/fairv.png"
|
||||
theme.layout_uselessfairh = theme.dir .. "/icons/fairh.png"
|
||||
|
|
|
@ -54,7 +54,7 @@ theme.tasklist_maximized_horizontal = ""
|
|||
theme.tasklist_maximized_vertical = ""
|
||||
|
||||
-- lain related
|
||||
theme.useless_gap_width = 8
|
||||
theme.useless_gap_width = 10
|
||||
theme.layout_uselesstile = theme.dir .. "/icons/uselesstile.png"
|
||||
theme.layout_uselesstileleft = theme.dir .. "/icons/uselesstileleft.png"
|
||||
theme.layout_uselesstiletop = theme.dir .. "/icons/uselesstiletop.png"
|
||||
|
|
|
@ -83,7 +83,7 @@ theme.tasklist_maximized_horizontal = ""
|
|||
theme.tasklist_maximized_vertical = ""
|
||||
|
||||
-- lain related
|
||||
theme.useless_gap_width = 4
|
||||
theme.useless_gap_width = 10
|
||||
theme.layout_uselesstile = theme.icon_dir .. "/uselesstile.png"
|
||||
theme.layout_uselesstileleft = theme.icon_dir .. "/uselesstileleft.png"
|
||||
theme.layout_uselesstiletop = theme.icon_dir .. "/uselesstiletop.png"
|
||||
|
|
Loading…
Reference in New Issue