aboutsummaryrefslogtreecommitdiff
path: root/hddtemp.lua
AgeCommit message (Collapse)AuthorFiles
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.