Releases: Baggiest/rustemp
Releases · Baggiest/rustemp
0.1.0
Debian/Ubuntu Package (.deb)
-
Download the latest .deb package from the [Releases](https://github.com/baggiest/rustemp/releases) page.
-
Install the package:
sudo dpkg -i rustemp-something-figure-it-out-0.69.0.deb -
Run the program:
rustemp ```
Creating a DEB Package
To build a .deb package for distribution:
-
Install the required tools:
sudo apt-get install cargo-deb -
Build the Debian package:
cargo deb -
The .deb file will be created in the
target/debian/directory.
Usage
Simply run the application, and it will display the current temperature of your CPU cores:
Monitoring CPU temperatures (Press Ctrl+C to exit)...
CPU 0: 45.2° C | CPU 1: 46.8° C
Press Ctrl+C to exit the program.
Customization
You can modify the following parameters in the source code:
- Update interval: Change the
intervalvalue (currently set to 500ms) - Display format: Modify the print format string to suit your preferences
- Thermal zones: Adjust the file paths if your system uses different thermal zone files
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.