Hey man, unfortunately that didn't seem to work for me, here's how my .ini file looks like (hope I'm doing this alright,I'm new to the forums :P)Virginityrocks wrote: ↑June 3rd, 2019, 11:10 pm This is what I would do:
Code: Select all
[MeasureIsFullScreen] Measure=Plugin Plugin=IsFullScreen IfCondition=MeasureIsFullScreen=1 IfTrueAction=[!EnableMeasure CheckProcess] [CheckProcess] Measure=String String=[MeasureIsFullScreen] IfNotMatch=Explorer.EXE IfNotMatchAction=[!DeactivateConfig ***YOUR CONFIGS***][!DisableMeasure #CURRENTSECTION#] IfMatch=Explorer.EXE IfMatchAction=[!DisableMeasure #CURRENTSECTION#] Disabled=1
Code: Select all
[Rainmeter]
Update=1000
[Metadata]
Author=GlobTwo
Information=This skin uses JSMorley's IsFullScreen plugin to switch skins on and off during gaming. Or fullscreen Youtube. Or anything running in fullscreen.
;=====MEASURES=====
; You can cut and paste the section below into any skin, but it must stay open during fullscreen.
; In other words, don't put this into a skin you intend to automatically turn off.
[FullscreenCheck]
Measure=Plugin
Plugin=IsFullScreen
IfEqualValue=1
; Here is where you specify which skins to activate/deactivate. Be sure to add skins to both this list and the activation list below. Check your skins folders for the correct names.
IfEqualAction=[!DeactivateConfig "Sawny"][!DeactivateConfig "Just A Bin"][!DeactivateConfig "Phenix"][!DeactivateConfig "Simplony"][!DeactivateConfig "TranslucentTaskbar"][!DeactivateConfig "VolumeControl"]
IfBelowValue=1
IfBelowAction=[!ActivateConfig "Sawny"][!ActivateConfig "Just A Bin"][!ActivateConfig "Phenix"][!ActivateConfig "Simplony"][!ActivateConfig "TranslucentTaskbar"][!ActivateConfig "VolumeControl"]
[MeasureIsFullScreen]
Measure=Plugin
Plugin=IsFullScreen
IfCondition=MeasureIsFullScreen=1
IfTrueAction=[!EnableMeasure CheckProcess]
[CheckProcess]
Measure=String
String=[MeasureIsFullScreen]
IfNotMatch=Explorer.EXE
IfNotMatchAction=[!DeactivateConfig "Sawny"][!DeactivateConfig "Just A Bin"][!DeactivateConfig "Phenix"][!DeactivateConfig "Simplony"][!DeactivateConfig "TranslucentTaskbar"][!DeactivateConfig "VolumeControl"][!DisableMeasure #CURRENTSECTION#]
IfMatch=Explorer.EXE
IfMatchAction=[!DisableMeasure #CURRENTSECTION#]
Disabled=1
;=====METERS=====
[Icon]
Meter=Image
ImageName="#@#"