mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +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=""
|
|
```
|