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
|
||||
- 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
|
||||
table with 1st field as thermal zone, 2nd as data source -
|
||||
available data sources are "proc", "core" and "sys" (which is the
|
||||
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
|
||||
|
||||
vicious.widgets.uptime
|
||||
|
|
Loading…
Reference in New Issue