updating
This commit is contained in:
parent
b0620fcc47
commit
2a95a4032c
@ -3,7 +3,7 @@ name = "mtemp"
|
|||||||
description = "Simple personal CLI tool for monitoring temperatures"
|
description = "Simple personal CLI tool for monitoring temperatures"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Midefos <midefos@gmail.com>"]
|
authors = ["Midefos <midefos@gmail.com>"]
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://git.midefos.com/midefos/temp/"
|
repository = "https://git.midefos.com/midefos/temp/"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -7,15 +7,20 @@ You need to have ```nvidia-smi``` and ```lm-sensors``` configured and installed.
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### CPU (Only AMD)
|
### CPU (Only AMD)
|
||||||
Display the current temperature in Celsius.
|
CPU temp in Celsius.
|
||||||
```
|
```
|
||||||
mtemp cpu
|
mtemp cpu
|
||||||
```
|
```
|
||||||
### GPU (Only NVIDIA)
|
### GPU (Only NVIDIA)
|
||||||
Display the current temperature in Celsius.
|
GPU temp in Celsius.
|
||||||
```
|
```
|
||||||
mtemp gpu
|
mtemp gpu
|
||||||
```
|
```
|
||||||
|
### Disk
|
||||||
|
Disk temp in Celsius.
|
||||||
|
```
|
||||||
|
mtemp disk
|
||||||
|
```
|
||||||
|
|
||||||
## Note
|
## Note
|
||||||
This tool is specifically designed to function on my personal computer setup and configuration.
|
This tool is specifically designed to function on my personal computer setup and configuration.
|
||||||
|
Loading…
Reference in New Issue
Block a user