scratchpad from bling awesome
This commit is contained in:
parent
0d7f3e5a89
commit
87ee1ba3d0
20 changed files with 724 additions and 117 deletions
|
@ -117,15 +117,20 @@ theme.mstab_bar_ontop = false -- whether you want to allow the ba
|
|||
theme.mstab_dont_resize_slaves = false -- whether the tabbed stack windows should be smaller than the
|
||||
-- currently focused stack window (set it to true if you use
|
||||
-- transparent terminals. False if you use shadows on solid ones
|
||||
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)
|
||||
|
||||
theme.mstab_tabbar_height = dpi(200)
|
||||
theme.mstab_border_radius = dpi(5) -- border radius of the tabbar
|
||||
theme.mstab_tabbar_height = 400
|
||||
theme.tabbar_radius = 40
|
||||
theme.tabbar_bg_normal = theme.bg_normal
|
||||
theme.tabbar_fg_normal = theme.fg_normal
|
||||
theme.tabbar_bg_focus = theme.bg_focus
|
||||
theme.tabbar_fg_focus = theme.fg_focus
|
||||
theme.mstab_border_radius = 50 -- border radius of the tabbar
|
||||
|
||||
theme.mstab_tabbar_position = "top" -- position of the tabbar (mstab currently does not support left,right)
|
||||
theme.mstab_tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern")
|
||||
theme.mstab_bar_padding = "default" -- how much padding there should be between clients and your tabbar
|
||||
theme.mstab_tabbar_position = "bottom" -- position of the tabbar (mstab currently does not support left,right)
|
||||
theme.mstab_tabbar_style = "modern" -- 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
|
||||
-- wibar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue