aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-10 02:49:26 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-10 02:49:26 +0100
commit6c34e8532e026e56666db01a8186a5c06e62780d (patch)
treed10e3ca290dbea4afb24701b6fcc1ba3e013d7e5 /README
parent355c8385551ce32a78a9c8318392c23aaaa8f5da (diff)
downloadvicious-legacy-6c34e8532e026e56666db01a8186a5c06e62780d.tar.xz
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".
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
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