From 6c34e8532e026e56666db01a8186a5c06e62780d Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 10 Feb 2010 02:49:26 +0100 Subject: thermal: added support for procfs and coretemp Widget type now takes the thermal zone as an argument, or a table with 1st field as thermal zone and 2nd field as data source. Available data sources are: "proc" (procfs ACPI), "sys" (sysfs like before) and "core" (sysfs coretemp). When only the thermal zone is provided widget defaults to "sys". --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 4d4c78b..588201e 100644 --- a/README +++ b/README @@ -148,8 +148,11 @@ vicious.widgets.cpufreq governor state vicious.widgets.thermal - - provides temperature levels of ACPI thermal zones - - takes the thermal zone as an argument, i.e. "thermal_zone0" + - provides temperature levels of ACPI and coretemp thermal zones + - takes the thermal zone as an argument, i.e. "thermal_zone0", or a + table with 1st field as thermal zone and 2nd as data source - + available data sources are "proc", "core" and "sys" - which is the + default when only the zone is provided - returns 1st value as temperature of requested thermal zone vicious.widgets.uptime -- cgit v1.2.3