Displays the CPU Temperature in fancy rainbow colours
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-07-14 16:30:11 +02:00
.gitlab/issue_templates chore: Add GitLab issue templates 2021-07-14 16:30:11 +02:00
cpu.py Colour depends on temperature 2019-12-18 17:57:53 +01:00
cpu_rainbow.py Text is rainbow coloured if CPU Temp < 55°C 2019-12-18 14:49:49 +01:00
LICENSE Initial commit 2019-12-15 20:46:54 +01:00
README.md Update README.md 2021-06-25 10:47:37 +00:00

Unicorn HAT HD CPU Temperature

[[TOC]]

Displays the CPU Temperature in fancy rainbow colours or in different colours depending on the CPU temperature. You choose!

Should the temperature exceed 55°C, the text will be coloured red to get your attention!

If you can't start the script, remember to :

sudo chmod +x cpu.py

If you want to run the script in a screen (in the background):

screen -d -m -S CPU ./cpu.py

Re-attach to the screen using:

screen -r CPU

If screen isn't installed on your system:

sudo apt-get install screen