Some lappy changes

This commit is contained in:
Chris Cochrun 2021-06-22 07:08:06 -05:00
parent dc40c281e1
commit d744bb7a31
7 changed files with 77 additions and 23 deletions

View file

@ -111,25 +111,19 @@ theme.menu_width = dpi(100)
-- mstab
theme.mstab_bar_ontop = true -- whether you want to allow the bar to be ontop of clients
theme.mstab_dont_resize_slaves = true -- 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
-- 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)
-- by default it will adjust based on your useless gaps.
-- If you want a custom value. Set it to the number of pixels (int)
if(laptop)
then
theme.mstab_bar_height = 100 -- height of the tabbar
theme.mstab_border_radius = 20 -- border radius of the tabbar
else
theme.mstab_bar_height = 50
theme.mstab_border_radius = 10 -- border radius of the tabbar
end
theme.mstab_bar_height = 100
theme.mstab_border_radius = 10 -- 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")
-- defaults to the tabbar_style so only change if you want a
-- different style for mstab and tabbed
-- defaults to the tabbar_style so only change if you want a
-- different style for mstab and tabbed
-- wibar
theme.wibar_shape = gears.shape.rounded_bar
theme.wibar_bg = theme.bg_normal
@ -200,7 +194,7 @@ theme.layout_cornerse = themes_path.."default/layouts/cornersew.png"
-- Generate Awesome icon:
theme.awesome_icon = theme_assets.awesome_icon(
theme.menu_height, theme.bg_focus, theme.fg_focus
theme.menu_height, theme.bg_focus, theme.fg_focus
)
-- theme.awesome_icon = theme.icons .. 'awesome.svg'