Skip to content
Snippets Groups Projects
Unverified Commit b2a8e20b authored by Griefed's avatar Griefed Committed by GitHub
Browse files

Update cpu.py

parent bb494803
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ try:
draw.text((text_x, text_y), TEXT, fill=(255, 255, 255), font=font)
for scroll in range(text_width - width+ 90):
for x in range(width):
if cpu.temperature <= 35:
if cpu.temperature <= 55:
hue = (x + scroll) / float(text_width)
else:
hue = 0.0 #red
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment