Skip to content

Commit

Permalink
Modified layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniDiazTech committed Apr 17, 2021
1 parent 5b8d977 commit 38a4852
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion layouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 38a4852

Please sign in to comment.