It is basically the same but with improved font to resemble sans and updated temperature ceiling so it now cuts off at 127 degrees C, however only an icon that resembles a flame is displayed at temps over 99 degrees. This is purely for easiness of code and it is highly unusual for cpu to reach over 100 degrees and still be functioning, but certainly is possible,
The script to load a module has been reworked with more sane logic and should pick the right sensor for your cpu - perhaps some k10temp boards may get it wrong but mine works (ryzen) so I'll take a look if you have a late model athlon64 or ryzen if the wrong sensor is picked up.
Here's how it looks .. Note that temp is now displayed in the tooltip.
I've built pets for slacko-6.3x (should work in xenial, stretch 32 and later), slacko64-6.9x (should work in scpup64 and lxpup-sc64), bionic64-8x (should work in fossa64), raspup buster and Barry's pyro aarch 64 for raspberry and rockchip boards. The source code has a build script to generate a pet.
There are also some cli options
- l - (that is lower case L all on it's own) - use the light theme
- d - use the dark theme
- <1 to 10> - an integer one to ten to adjust the refresh rate in seconds of the icon/tooltip - defaults to 5
- <string> - the name of another module if you have obscure hardware
TODO - make a manpage with the above info EDIT: see here
See next post for packages and source code