README: update thermal documentation
Thermal now accepts an optional third argument when warg is a table.
This commit is contained in:
parent
5605030ed4
commit
f972955ce7
7
README
7
README
|
@ -132,9 +132,10 @@ vicious.widgets.cpufreq
|
||||||
vicious.widgets.thermal
|
vicious.widgets.thermal
|
||||||
- provides temperature levels of ACPI and coretemp thermal zones
|
- provides temperature levels of ACPI and coretemp thermal zones
|
||||||
- takes the thermal zone as an argument, i.e. "thermal_zone0", or a
|
- 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 -
|
table with 1st field as thermal zone, 2nd as data source -
|
||||||
available data sources are "proc", "core" and "sys" - which is the
|
available data sources are "proc", "core" and "sys" (which is the
|
||||||
default when only the zone is provided
|
default when only the zone is provided) and 3rd optional argument
|
||||||
|
as a temperature input file to read
|
||||||
- returns 1st value as temperature of requested thermal zone
|
- returns 1st value as temperature of requested thermal zone
|
||||||
|
|
||||||
vicious.widgets.uptime
|
vicious.widgets.uptime
|
||||||
|
|
Loading…
Reference in New Issue