aboutsummaryrefslogtreecommitdiff
path: root/widgets/cpufreq.lua
AgeCommit message (Collapse)AuthorFiles
2012-06-18Ported vicious.widgets module to lua 5.2Arvydas Sidorenko1
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-05-20cpufreq: skip redudant freq variable checkAdrian C. (anrxc)1
2012-05-19cpufreq: rework new exception handlersAdrian C. (anrxc)1
Now that we are so nice to provide default frequency values check if frequency exists before calculating voltage, not to screw up *those* default values. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-05-19cpufreq: handle not existing frequency/governerjinleileiking1
In some cases not all cpu informations will be provided. (ex. in virtual machines) Therefore default to "N/A". Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-01-20cpufreq: differentiate between ondemand and conservativeSébastien Luttringer1
In cpufreq widget, governor char is the same for ondemand and conservative which makes it impossible to overload symbols to different values for these two governors in a format function. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2010-03-14API: missing warg should not break awesomeAdrian C. (anrxc)1
2010-03-14API: transform widgets namespace table to a directoryAdrian C. (anrxc)1