wiruzman / Rainmeter.LibreHardwareMonitorPlugin

GNU General Public License v3.0
1 stars 0 forks source link

Rainmeter.LibreHardwareMonitorPlugin

Plugin for Rainmeter to use sensors from LibreHardwareMonitor.

Build

Release

If you do not want to build the solution yourself, you can download the console application to list identifier for sensors and the plugin that is already built under Releases section.

Usage

In Rainmeter skin file (.ini), the plugin can be used as following,

[Temperature1]
Measure=Plugin
Plugin=LibreHardwareMonitor.dll
Identifier=/lpc/ec/temperature/1

[Temperature1Meter]
Meter=String
MeasureName=Temperature1
FontSize=8
Text=%1
X=0r
Y=14r

To determine Identifier, run ConsoleLibreHardwareMonitor to find the identifier the sensor you want to use.