Skip to content

Releases: Baggiest/rustemp

0.1.0

08 Mar 04:31
276fac9

Choose a tag to compare

Debian/Ubuntu Package (.deb)

  1. Download the latest .deb package from the [Releases](https://github.com/baggiest/rustemp/releases) page.

  2. Install the package:

    sudo dpkg -i rustemp-something-figure-it-out-0.69.0.deb
    
  3. Run the program:

rustemp ```

Creating a DEB Package

To build a .deb package for distribution:

  1. Install the required tools:

    sudo apt-get install cargo-deb
    
  2. Build the Debian package:

    cargo deb
    
  3. 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 interval value (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.

0.1.1

08 Mar 21:17
cd70a03

Choose a tag to compare

Small clean up
Why is cargo-rpm discontinued, very sadge
You know how to install a deb package I'm not explaining it here