layouts: use termfair layout for terminals

This layout comes from lain collection of layouts. We import it as a
submodule.
This commit is contained in:
Vincent Bernat 2014-01-01 09:04:27 +01:00
parent bd28ceddf8
commit eb309fd35b
5 changed files with 16 additions and 1 deletions

View file

@ -40,6 +40,8 @@ theme.taglist_squares_unsel = icons .. "/taglist/squarew.png"
for _, l in pairs(config.layouts) do
theme["layout_" .. l.name] = icons .. "/layouts/" .. l.name .. ".png"
end
local lain_icons = awful.util.getdir("config") .. "/lain/icons/layout/zenburn"
theme.layout_termfair = lain_icons .. "/termfair.png"
-- Naughty
naughty.config.presets.normal.bg = theme.bg_widget