diff --git a/layouts.py b/layouts.py index 752e9f3..dcd6af1 100644 --- a/layouts.py +++ b/layouts.py @@ -17,7 +17,26 @@ def init_layouts(self): layout.Max(**self.default), layout.MonadTall(**self.default), layout.floating.Floating(**self.default), - layout.TreeTab(**self.default), + layout.TreeTab( + font="Ubuntu", + fontsize=10, + sections=["FIRST", "SECOND", "THIRD", "FOURTH"], + section_fontsize=10, + border_width=2, + bg_color="1c1f24", + active_bg="c678dd", + active_fg="000000", + inactive_bg="a9a1e1", + inactive_fg="1c1f24", + padding_left=0, + padding_x=0, + padding_y=5, + section_top=10, + section_bottom=20, + level_shift=8, + vspace=3, + panel_width=200 + ), # layout.Stack(num_stacks=2), # Try more layouts by unleashing below layouts. # layout.Bsp(),