Skip to content

ssxdan/plasma-applet-thermal-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thermal Monitor

Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.

INSTALLATION

$ git clone --depth=1 https://github.com/kotelnik/plasma-applet-thermal-monitor
$ cd plasma-applet-thermal-monitor/
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
$ sudo make install

UNINSTALLATION

$ cd plasma-applet-thermal-monitor/build/
$ sudo make uninstall

or

$ sudo rm -r /usr/share/plasma/plasmoids/org.kde.thermalMonitor
$ sudo rm /usr/share/kservices5/plasma-applet-org.kde.thermalMonitor.desktop

LICENSE

This project is licensed under the GNU General Public License v2.0 and is therefore Free Software. A copy of the license can be found in the LICENSE file.

About

Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 80.2%
  • JavaScript 14.4%
  • CMake 3.9%
  • Shell 1.5%