margin found on bar
This commit is contained in:
parent
5ebacc21b7
commit
c03536718c
12
bar.py
12
bar.py
@ -21,19 +21,27 @@ screens = [
|
||||
top=bar.Bar(
|
||||
[
|
||||
# widget.CurrentLayout(),
|
||||
widget.GroupBox(),
|
||||
|
||||
widget.GroupBox(
|
||||
highlight_metod='block',
|
||||
visible_groups=['1', '2', '3', '4', '5']
|
||||
),
|
||||
|
||||
widget.Prompt(),
|
||||
|
||||
widget.WindowName(),
|
||||
|
||||
widget.Chord(
|
||||
chords_colors={
|
||||
"launch": ("#ff0000", "#ffffff"),
|
||||
},
|
||||
name_transform=lambda name: name.upper(),
|
||||
),
|
||||
|
||||
widget.Clock(format="%Y-%m-%d %a %H:%M"),
|
||||
],
|
||||
30,
|
||||
margine=[4, 6, 2, 6],
|
||||
margin=[3,6,6,6],
|
||||
border_width=[0, 0, 0, 0],
|
||||
# border_color=["ff00ff", "000000", "ff00ff", "000000"] # Borders are magenta
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user