mirror of https://github.com/lcpz/lain.git
Updated Layouts (markdown)
This commit is contained in:
parent
cce1bce330
commit
b7cdfbeaac
|
@ -218,6 +218,7 @@ For example, this sets `termfair` to 3 columns and at least 1 row:
|
|||
uselessfair, uselesspiral & uselesstile
|
||||
---------------------------------------
|
||||
These are duplicates of the stock `fair`, `spiral` and `tile` layouts.
|
||||
|
||||
However, "useless gaps" (see below) have been added.
|
||||
|
||||
Useless gaps
|
||||
|
@ -246,9 +247,7 @@ you have to add an item called `useless_gap_width` in your `theme.lua`.
|
|||
If it doesn't exist, the width will default to 0.
|
||||
Example:
|
||||
|
||||
...
|
||||
theme.useless_gap_width = "5"
|
||||
...
|
||||
|
||||
What about layout icons?
|
||||
========================
|
||||
|
@ -257,13 +256,11 @@ They are located in ``lain/icons/layout``.
|
|||
|
||||
To use them, add lines to your ``theme.lua`` like this:
|
||||
|
||||
...
|
||||
theme.lain_icons = os.getenv("HOME") .. "/.config/awesome/lain/icons/layout/default/"
|
||||
theme.layout_termfair = theme.lain_icons .. "termfairw.png"
|
||||
theme.layout_cascade = theme.lain_icons .. "cascadew.png"
|
||||
theme.layout_cascadetile = theme.lain_icons .. "cascadetilew.png"
|
||||
theme.layout_centerwork = theme.lain_icons .. "centerworkw.png"
|
||||
...
|
||||
|
||||
Credits goes to [Nicolas Estibals](https://github.com/nestibal) for creating
|
||||
layout icons for default theme.
|
||||
|
|
Loading…
Reference in New Issue