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,
|
**rounded_left,
|
||||||
)
|
)
|
||||||
|
|
||||||
spacer = widget.Spacer(
|
spacer_main = widget.Spacer(
|
||||||
|
background = colors[11], #transparent
|
||||||
|
**rounded_right,
|
||||||
|
)
|
||||||
|
|
||||||
|
spacer_sec = widget.Spacer(
|
||||||
background = colors[11], #transparent
|
background = colors[11], #transparent
|
||||||
**rounded_right,
|
**rounded_right,
|
||||||
)
|
)
|
||||||
@ -265,7 +270,7 @@ screens = [
|
|||||||
[
|
[
|
||||||
icon,
|
icon,
|
||||||
group_box,
|
group_box,
|
||||||
spacer,
|
spacer_main,
|
||||||
kb_layout,
|
kb_layout,
|
||||||
wifi,
|
wifi,
|
||||||
vpn,
|
vpn,
|
||||||
@ -289,7 +294,7 @@ screens = [
|
|||||||
[
|
[
|
||||||
icon,
|
icon,
|
||||||
group_box,
|
group_box,
|
||||||
spacer,
|
spacer_sec,
|
||||||
kb_layout,
|
kb_layout,
|
||||||
wifi,
|
wifi,
|
||||||
vpn,
|
vpn,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user