From 2a95a4032c75d1cebb9c8f89b25b2da65c72b77a Mon Sep 17 00:00:00 2001 From: Jorge Bolois Date: Sun, 20 Aug 2023 14:16:30 +0200 Subject: [PATCH] updating --- Cargo.toml | 2 +- README.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a20d36..94bab3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "mtemp" description = "Simple personal CLI tool for monitoring temperatures" license = "MIT" authors = ["Midefos "] -version = "0.1.0" +version = "0.1.1" edition = "2021" repository = "https://git.midefos.com/midefos/temp/" readme = "README.md" diff --git a/README.md b/README.md index 78034cd..722188e 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,20 @@ You need to have ```nvidia-smi``` and ```lm-sensors``` configured and installed. ## Usage ### CPU (Only AMD) -Display the current temperature in Celsius. +CPU temp in Celsius. ``` mtemp cpu ``` ### GPU (Only NVIDIA) -Display the current temperature in Celsius. +GPU temp in Celsius. ``` mtemp gpu ``` +### Disk +Disk temp in Celsius. +``` +mtemp disk +``` ## Note This tool is specifically designed to function on my personal computer setup and configuration.