broken spacer repaired
This commit is contained in:
parent
982d45de9d
commit
75b9ea4893
11
config.py
11
config.py
@ -192,7 +192,12 @@ group_box = widget.GroupBox(
|
||||
**rounded_left,
|
||||
)
|
||||
|
||||
spacer = widget.Spacer(
|
||||
spacer_main = widget.Spacer(
|
||||
background = colors[11], #transparent
|
||||
**rounded_right,
|
||||
)
|
||||
|
||||
spacer_sec = widget.Spacer(
|
||||
background = colors[11], #transparent
|
||||
**rounded_right,
|
||||
)
|
||||
@ -265,7 +270,7 @@ screens = [
|
||||
[
|
||||
icon,
|
||||
group_box,
|
||||
spacer,
|
||||
spacer_main,
|
||||
kb_layout,
|
||||
wifi,
|
||||
vpn,
|
||||
@ -289,7 +294,7 @@ screens = [
|
||||
[
|
||||
icon,
|
||||
group_box,
|
||||
spacer,
|
||||
spacer_sec,
|
||||
kb_layout,
|
||||
wifi,
|
||||
vpn,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user