Changed window compositor.
Added window margins.
This commit is contained in:
@@ -34,7 +34,9 @@ def powerline_arrow(direction, color1, color2,size):
|
||||
#region Left_widgets
|
||||
def Left_widgets(size,fontsize,prompt=False):
|
||||
return [
|
||||
widget.CurrentLayoutIcon(),
|
||||
widget.CurrentLayoutIcon(
|
||||
scale = 0.9,
|
||||
),
|
||||
*powerline_arrow('r',base_color,blue_color,size),
|
||||
widget.TextBox(
|
||||
text='',
|
||||
@@ -58,7 +60,9 @@ def Left_widgets(size,fontsize,prompt=False):
|
||||
urgent_alert_method='block',
|
||||
urgent_border = red_color,
|
||||
),
|
||||
widget.Spacer(),
|
||||
widget.WindowName(fontsize=fontsize-2),
|
||||
widget.Spacer(),
|
||||
]
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user