-
Notifications
You must be signed in to change notification settings - Fork 209
temp
Luke Bonham edited this page Jan 27, 2017
·
26 revisions
Shows the current CPU temperature.
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).
Variable | Meaning | Type |
---|---|---|
widget |
The widget | wibox.widget.textbox |
update |
Update widget
|
function |
Depending on the architecture, note that your temp files location might vary.