aboutsummaryrefslogtreecommitdiff
path: root/cpuinf.lua
AgeCommit message (Collapse)AuthorFiles
2009-10-05Lots of coding style changesAdrian C. (anrxc)1
2009-10-02cpuinf: prepend 'cpu' to CPU ID in table keysAdrian C. (anrxc)1
Keys like cpu0 are more suitable, because they match cpufreq widget arguments. Instead of old format strings, like: ${0 mhz} now use: ${cpu0 mhz}
2009-09-29Rewrote all headersAdrian C. (anrxc)1
2009-09-14General cleanupAdrian C. (anrxc)1
2009-08-07All worker functions are local.Adrian C. (anrxc)1
2009-08-06CPU Information widget included.Adrian C. (anrxc)1
Widget returns speed and cache information for all available CPUs/cores. It stores cpu speed in mhz and ghz in a table as well as cpu cache in kb and mb. Values are retrieved using the CPU ID, i.e. we would retrieve speed in ghz for CPU or core 1 with this format string: ${1 ghz}.