aboutsummaryrefslogtreecommitdiff
path: root/hddtemp.lua
AgeCommit message (Collapse)AuthorFiles
2010-01-02vicious: update copyrightAdrian C. (anrxc)1
2009-11-12hddtemp: fixed support for multiple devicesAdrian C. (anrxc)1
2009-11-12hddtemp: adapt regex to match disks like /dev/sg0Michael Unterkalmsteiner1
The regular expression did not match the following output from hddtemp: |/dev/sg0|ST9160823ASG|38|C|. Fixed by allowing digits in the "disk" part of the expression. Signed-off-by: Michael Unterkalmsteiner <miciu@gmx.de> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2009-11-04De-obfuscate e-mail addressAdrian C. (anrxc)1
2009-10-26Ensure returned numbers are of type numberAdrian C. (anrxc)1
Thanks to Felix for bringing this to my attention. Obviously there was already a safety net for feeding progressbars and graphs... and while this makes for a good coding practice it's not a big deal. We have widgets of type textbox for one, and a lot of string concatenation happens. Strings are formatted, markup is applied...
2009-10-05Lots of coding style changesAdrian C. (anrxc)1
2009-09-29Rewrote all headersAdrian C. (anrxc)1
2009-09-14General cleanupAdrian C. (anrxc)1
2009-09-10Curl connect timeout 1s, max time 3sAdrian C. (anrxc)1
2009-08-07All worker functions are local.Adrian C. (anrxc)1
2009-08-06HDD Temperature widget included.Adrian C. (anrxc)1
Widget uses the hddtemp daemon to return the temperatures for all available hard drives. It uses curl and connects to the daemon over telnet.