I just downloaded a rainmeter skin called Lines 2.0 off of Rainmeterhub, and if possible I would like to change the plugin it uses from speed fan, to hwinfo64. Is this possible?
Here is the config for the CPUTemp skin currently, what do I need to change?
Here is the config for the CPUTemp skin currently, what do I need to change?
Code:[Rainmeter] Author=Sylvane (Rasylver) AppVersion=1.0 Update=1000 ;Metadata added by RainBrowser ;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D [Metadata] Name= Config= Description= Instructions= Version= Tags= License= Variant= Preview= ;End of added Metadata [Variables] BarColor=255, 255, 255 BarBack=255, 255, 255, 50 FontName=Trebuchet MS FontColor=255, 255, 255, 160 FontHeight=12 AntiAlias=1 ;------------------------- [MeasureCore1] Measure=Plugin PlugIn=PlugIns\SpeedFanPlugin.dll SpeedFanNumber=3 [TempCore1] Measure=Calc Formula=MeasureCore1/100 ;----------------------------------------- [MeterPercent] Meter=STRING MeasureName=TempCore1 X=195 Y=40 StringAlign=RIGHT FontColor=#FontColor# FontSize=#FontHeight# FontFace=#FontName# AntiAlias=1 Text="%1°C" Percentual=1 AutoScale=1 [MeterCPULabel] Meter=STRING Text="CPU TEMP (CORE 1)" X=7 Y=0 FontColor=#FontColor# FontSize=#FontHeight# FontFace=#FontName# AntiAlias=1 [MeterBar] MeasureName=TempCore1 Meter=BAR X=10 Y=25 W=180 H=5 BarOrientation=HORIZONTAL BarColor=#BarColor# [BarLine] Meter=IMAGE X=10 Y=30 W=180 H=5 SolidColor=#BarBack#
Last edited by a moderator: