broken spacer repaired

This commit is contained in:
ggodot 2024-12-25 08:55:07 +01:00
parent 982d45de9d
commit 75b9ea4893

View File

@ -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,