diff --git a/config.py b/config.py index fd51fff..6b98809 100644 --- a/config.py +++ b/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,