Skip to content

A widget to visualize data from thermal sensors on my workstation.

Notifications You must be signed in to change notification settings

kambrch/coolerWidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coolerWidget

A thermal monitoring application with PySide6 GUI for visualizing hardware temperatures.

CoolerWidget is a comprehensive thermal monitoring solution that leverages lm_sensors to monitor hardware temperatures in real-time. The application provides visualization of CPU, GPU, HDD, and motherboard temperatures with historical data tracking.

Features

  • Real-time hardware temperature monitoring using lm_sensors
  • Support for multiple sensor types (CPU, GPU, HDD, Motherboard)

Planned Features

  • Historical temperature data visualization
  • Configurable polling intervals
  • Color-coded temperature alerts
  • Cross-platform compatibility

Installation

To install dependencies, run:

poetry install

Make sure lm_sensors is installed on your system:

# On Ubuntu/Debian
sudo apt-get install lm-sensors

# On Fedora/RHEL
sudo dnf install lm_sensors

# On Arch Linux
sudo pacman -S lm_sensors

Usage

To run the application, use:

poetry run coolerWidget

About

A widget to visualize data from thermal sensors on my workstation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages