changed colorscheme for laptop widgets

This commit is contained in:
paul-loedige
2021-05-06 20:48:30 +02:00
parent 3caa544945
commit 67b4f260ab
+4 -3
View File
@@ -197,17 +197,18 @@ def end_widgets(prev_color,size,fontsize):
#region Laptop widgets #region Laptop widgets
def Laptop_widgets(prev_color,last_color,size,fontsize): def Laptop_widgets(prev_color,last_color,size,fontsize):
return [ return [
*powerline_arrow('l',prev_color,red_color,size), *powerline_arrow('l',prev_color,orange_color,size),
widget.Battery( widget.Battery(
foreground=light_foreground_color, foreground=light_foreground_color,
background=red_color, background=orange_color,
fontsize=fontsize, fontsize=fontsize,
update_interval=1, update_interval=1,
format="{percent:2.0%}", format="{percent:2.0%}",
low_percentage=0.2, low_percentage=0.2,
notify_below=True, notify_below=True,
low_foreground=red_color,
), ),
*powerline_arrow('l',red_color,green_color,size), *powerline_arrow('l',orange_color,green_color,size),
widget.TextBox( widget.TextBox(
text='', text='',
foreground=light_foreground_color, foreground=light_foreground_color,