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