mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
889 B
889 B
Usage
Description
Shows the current CPU temperature.
local mytemp = lain.widget.temp()
Input table
| Variable | Meaning | Type | Default |
|---|---|---|---|
timeout |
Refresh timeout (in seconds) | integer | 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).
Output table
| Variable | Meaning | Type |
|---|---|---|
widget |
The widget | wibox.widget.textbox |
update |
Update widget |
function |
Note
Depending on the architecture, note that your temp files location might vary.