It is currently April 24th, 2024, 9:31 am

Need help with responsive indicator

Get help with creating, editing & fixing problems with skins
seancost
Posts: 1
Joined: June 3rd, 2017, 12:43 am

Need help with responsive indicator

Post by seancost »

Hello,
I would like an indicator that says "ALL SYSTEMS:" and then changes from "NOMINAL" to "CRITICAL" with CPU temp using coretemp but I have no idea how. Can anyone help me?
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5406
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Need help with responsive indicator

Post by eclectic-tech »

You can set the temp to your desired 'trip' value (I used 43)...

Code: Select all

[MeasureCoreTemp]
Measure=Plugin
Plugin=CoreTemp
CoreTempIndex=0
CoreTempType=Temperature
IfCondition=#CurrentSection#>=43
IfTrueAction=[!SetOption MeterString Text "All Systems: Critical"]
IfFalseAction=[!SetOption MeterString Text "All Systems: Nominal"]
IfConditionMode=1

[MeterString]
Meter=String
Text="All Systems: Nominal"
SolidColor=0,0,0,1