mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-30 04:22:47 +00:00
22 lines
224 B
Markdown
22 lines
224 B
Markdown
# temperature
|
|
|
|
Show system temperatures.
|
|
|
|

|
|
|
|
# Dependencies
|
|
|
|
* `lm-sensors`
|
|
|
|
# Usage
|
|
|
|
``` ini
|
|
[temperature]
|
|
command=$SCRIPT_DIR/temperature
|
|
label=TEMP
|
|
interval=10
|
|
#T_WARN=70
|
|
#T_CRIT=90
|
|
#SENSOR_CHIP=""
|
|
```
|