Minor edits.

This commit is contained in:
Derek Taylor
2021-04-01 15:58:04 -05:00
parent 585823b374
commit c94368ca8c
10 changed files with 60 additions and 45 deletions

View File

@@ -378,18 +378,18 @@ def init_widgets_list():
fontsize = 37
),
widget.TextBox(
text = " 🌡",
text = " 🌡 TEMP NOT SHOWN ",
padding = 2,
foreground = colors[2],
background = colors[5],
fontsize = 11
),
widget.ThermalSensor(
foreground = colors[2],
background = colors[5],
threshold = 90,
padding = 5
),
# widget.ThermalSensor(
# foreground = colors[2],
# background = colors[5],
# threshold = 90,
# padding = 5
# ),
widget.TextBox(
text='',
background = colors[5],