minor doc update
This commit is contained in:
parent
18b3ec92db
commit
23b9717777
|
@ -16,7 +16,7 @@ This module is trying to fix exactly that: Adding new layouts and modules that -
|
|||
|
||||
Choose layouts from the list below and add them to to your `awful.layouts` list in your `rc.lua`.
|
||||
|
||||
Everyone of them supports multiple master clients and master width factor making them as easyily useable as the default layouts.
|
||||
Everyone of them supports multiple master clients and master width factor making them as easily useable as the default layouts.
|
||||
```Lua
|
||||
bling.layout.mstab
|
||||
bling.layout.centered
|
||||
|
|
|
@ -38,19 +38,12 @@ theme.mstab_dont_resize_flaves = false -- whether the tabbed stack windows
|
|||
theme.mstab_bar_padding = "default" -- how much padding there should be between clients and your tabbar
|
||||
-- by default it will adjust based on your useless gaps.
|
||||
-- If you want a custom value. Set it to the number of pixels (int)
|
||||
|
||||
-- the following variables are still for mstab
|
||||
-- you only need to set them if you want your mstab layout tabbar to have a different
|
||||
-- look then your tabbed module tabbar. By default they will look the same.
|
||||
theme.mstab_border_radius = 0 -- border radius of the tabbar
|
||||
theme.mstab_tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern")
|
||||
theme.mstab_font = "Sans 11" -- font of the tabbar
|
||||
theme.mstab_bar_height = 40 -- height of the tabbar
|
||||
theme.mstab_tabbar_position = "top" -- position of the tabbar (mstab currently does not support left,right)
|
||||
theme.mstab_bg_focus = "#000000" -- background color of the focused client on the tabbar
|
||||
theme.mstab_fg_focus = "#ffffff" -- foreground color of the focused client on the tabbar
|
||||
theme.mstab_bg_normal = "#1A2026" -- background color of unfocused clients on the tabbar
|
||||
theme.mstab_fg_normal = "#ff0000" -- foreground color of unfocused clients on the tabbar
|
||||
theme.mstab_tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern")
|
||||
-- defaults to the tabbar_style so only change if you want a
|
||||
-- different style for mstab and tabbed
|
||||
|
||||
-- the following variables are currently only for the "modern" tabbar style
|
||||
theme.tabbar_color_close = "#f9929b" -- chnges the color of the close button
|
||||
|
|
Loading…
Reference in New Issue