MinhThienDX / win10widgets

A fork from https://github.com/tjmarkham/win10widgets
MIT License
48 stars 11 forks source link

Add GPU fan RPM? #34

Open wzub opened 4 years ago

wzub commented 4 years ago

Would it be possible to pull GPU fan RPM from HWInfo along with the temperature? Looking at the Rainformer skin I was able to get to the EntryId, but I'm not familiar with Rainmeter ini files, so I can't figure out the next step of actually sending that info to the widget's text. I just want to show this as text below the temperature. Any help would be appreciated!

[GPUFanRPM]
Measure=Plugin
Plugin=HWiNFO.dll
HWiNFOSensorId=0xe0002000
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x3000000
HWiNFOType=CurrentValue
MinhThienDX commented 4 years ago

Go into folder Performance - GPU and edit stuffs in there. Don't be afraid to break something and you will get it done in no time at all. Looking forward to your pull request 😉

wzub commented 4 years ago

Thanks for pointing me towards that!

I've gotten it working with both HWiNFO and Afterburner, but couldn't work out how to integrate this into the formula that dynamically uses whichever of these is available. Please feel free to take a look and suggest improvements!

35

MinhThienDX commented 4 years ago

Tag you @clone1084 in the loop.