-
Notifications
You must be signed in to change notification settings - Fork 211
temp
copycat-killer edited this page Jan 6, 2017
·
26 revisions
Shows the current core temperature in a textbox.
Reads from /sys/class/thermal
, so value is expressed in Celsius.
mytemp = lain.widgets.temp()
Variable | Meaning | Type | Default |
---|---|---|---|
timeout |
Refresh timeout seconds | int | 2 |
tempfile |
Path of file which stores core temperature value | string | "/sys/class/thermal/thermal_zone0/temp" |
settings |
User settings | function | empty function |
settings
can use the string coretemp_now
, which means current core temperature, expressed in Celsius (linux standard).
A textbox.
Depending on the architecture, keep in mind that your temp files location might change.