making more widgets and better spacing

This commit is contained in:
Chris Cochrun 2021-08-18 17:05:04 -05:00
parent ea0f4fd844
commit c27a826eb0
10 changed files with 139 additions and 83 deletions

View file

@ -94,8 +94,9 @@ theme.tasklist_bg = theme.red
-- notification_[bg|fg]
-- notification_[width|height|margin]
theme.notification_margin = dpi(10)
theme.notification_border_width = dpi(0)
theme.notification_border_width = 0
theme.notification_shape = gears.shape.rounded_rect
theme.notification_position = "bottom_middle"
-- notification_[border_color|border_width|shape|opacity]
-- Variables set for theming the menu:
@ -119,8 +120,8 @@ theme.mstab_bar_padding = "default" -- how much padding there should be
-- 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_bar_height = 100
theme.mstab_border_radius = 10 -- border radius of the tabbar
theme.mstab_tabbar_height = dpi(100)
theme.mstab_border_radius = dpi(5) -- 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")