2013-09-07 14:33:08 +02:00
|
|
|
[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
|
|
|
|
|
2013-09-07 14:07:17 +02:00
|
|
|
Show the current core temperature in a textbox.
|
|
|
|
|
|
|
|
Reads from `/sys/class/thermal`, so value is expressed in Celsius.
|
2013-09-07 14:07:01 +02:00
|
|
|
|
|
|
|
mytemp = lain.widgets.temp()
|
|
|
|
|
|
|
|
The function takes a table as optional argument, which can contain:
|
|
|
|
|
|
|
|
Variable | Meaning | Type | Default
|
|
|
|
--- | --- | --- | ---
|
|
|
|
`refresh_timeout` | Refresh timeout seconds | int | 5
|
|
|
|
`header` | Text to show before value | string | " Temp "
|
|
|
|
`header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF"
|
|
|
|
`color` | Value color | string | `beautiful.fg_focus` or "#FFFFFF"
|
|
|
|
`footer` | Text to show after value | string | "C "
|