kmdsensors is a Kommander script that parses the output from the sensor command and displays up to 5 measured temperatures as progress bars. The progress percentage equals degrees C. This makes only partial sense but I could not find a better widget. It also shows the text output of the command. The display is updated every second. The parsing should catch most sensor temperature outputs.
I wrote this simple script because the otherwise very nice ksensors program requires the /proc interface to the sensors package which I do not have on my system. There is lots of room for improvement.
Requirements:
· Kommander
· sensors
· tr
· sed
· grep
What's New in This Release:
· made it so that the script can be executed as "sh kmdsensors.run" or by using chmod 744 to make it executable.
Product's homepage