All Projects → kotelnik → plasma-applet-thermal-monitor

kotelnik / plasma-applet-thermal-monitor

Licence: GPL-2.0 license
Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.

Programming Languages

QML
638 projects
javascript
184084 projects - #8 most used programming language
CMake
9771 projects
shell
77523 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].