From d4297ca668df0c6b768bb459707ee9a0c3094436 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Fri, 4 Oct 2013 18:53:55 +0200 Subject: [PATCH] lain: new commit --- lain | 2 +- rc.lua.copland | 3 +++ themes/blackburn/theme.lua | 2 +- themes/copland/theme.lua | 3 ++- themes/dremora/theme.lua | 2 +- themes/holo/theme.lua | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lain b/lain index e72deb9..5de6ca2 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit e72deb9de709a9adaa3a239a4e18ed641538de6e +Subproject commit 5de6ca283bffbc041eeb094c8b82dfd8d680f04f diff --git a/rc.lua.copland b/rc.lua.copland index d689345..56e3b57 100755 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -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 } -- }}} diff --git a/themes/blackburn/theme.lua b/themes/blackburn/theme.lua index da43c1c..c92de3a 100644 --- a/themes/blackburn/theme.lua +++ b/themes/blackburn/theme.lua @@ -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" diff --git a/themes/copland/theme.lua b/themes/copland/theme.lua index 74c006b..ee9c9c7 100644 --- a/themes/copland/theme.lua +++ b/themes/copland/theme.lua @@ -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" diff --git a/themes/dremora/theme.lua b/themes/dremora/theme.lua index d79d291..fa2c83b 100644 --- a/themes/dremora/theme.lua +++ b/themes/dremora/theme.lua @@ -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" diff --git a/themes/holo/theme.lua b/themes/holo/theme.lua index ad8bb8f..def2885 100644 --- a/themes/holo/theme.lua +++ b/themes/holo/theme.lua @@ -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"