I am using wallpaper engine to set a slideshow of live and static wallpapers and due to that I have kept a solid color background in windows personalization. I am also using a rainmeter skin mond and chameleon plugin to dynamically change colors of the skin based on the wallpapers in wallpaper engine playlist but the chameleon plugin picks and sets colors based on the windows solid background. How do I let chameleon change color of rainmeter skin based on wallpaper engine wallpapers? Any help? Thank you in advance !
Here's my file code:
Here's my file code:
Code:
[Rainmeter]Update=1000Author=Connect-RBackgroundMode=2SolidColor=0,0,0,1DynamicWindowSize=1AccurateText=1MouseScrollUpAction=[!SetVariable Scale "(#Scale#+#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#+#ScrollMouseIncrement#)"][!Refresh] MouseScrollDownAction=[!SetVariable Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!Refresh] LeftMouseDoubleClickAction=!ToggleConfig "Mond\Settings" "Settings.ini"[Variables]@include=#@#Variables.inc@include2=#@#Language\#Language#.incScale=1.16[ChameleonDesktop]Measure=PluginPlugin=ChameleonType=Desktop[Light1]Measure=PluginPlugin=ChameleonParent=ChameleonDesktopFormat=DecColor=Light1OnChangeAction=[!UpdateMeasureGroup Luminance][Dark1]Measure=PluginPlugin=ChameleonParent=ChameleonDesktopFormat=DecColor=Dark1OnChangeAction=[!UpdateMeasureGroup Luminance][ChameleonLuminance]Measure=PluginGroup=LuminancePlugin=ChameleonType=DesktopUpdateDivider=-1CropX=#CURRENTCONFIGX#CropY=#CURRENTCONFIGY#CropW=#CURRENTCONFIGWIDTH#CropH=#CURRENTCONFIGHEIGHT#DynamicVariables=1[Luminance]Measure=PluginGroup=LuminancePlugin=ChameleonParent=ChameleonLuminanceFormat=DecColor=LuminanceUpdateDivider=-1IfCondition=Luminance <= 0.5IfTrueAction=[!SetVariable Color1 "[Light1]"][!UpdateMeter *][!Redraw]IfFalseAction=[!SetVariable Color1 "[Dark1]"][!UpdateMeter *][!Redraw]IfConditionMode=1;-------------------------------------------------------------;-------------------------------------------------------------[MeasureTime]Measure=TimeFormat="%#Format#:%M"[MeasureAmPm]Measure=TimeFormat="%p"[MeasureDay]Measure=TimeFormat=%ASubstitute=#Date#[MeasureDate]Measure=TimeFormat=%d %B %YSubstitute=#Date#;-------------------------------------------------------------;-------------------------------------------------------------[Meter24hClock]Meter=StringMeasureName=MeasureTimeStringAlign=CenterStringCase=UpperFontFace=QuicksandFontColor=#Color1#FontSize=(30*#Scale#)X=(325*#Scale#)Y=(120*#Scale#)Text="- %1 -"AntiAlias=1Hidden=#Hidden#DynamicVariables=1[Meter12hClock]Meter=StringMeasureName=MeasureTimeMeasureName2=MeasureAmPmStringAlign=CenterStringCase=UpperFontFace=QuicksandFontColor=#TextColor#FontSize=(14*#Scale#)X=(540*#Scale#)Y=(320*#Scale#)Text="- %1 %2 -"AntiAlias=1Hidden=#Hidden2#DynamicVariables=1[MeterDay]Meter=StringMeasureName=MeasureDayStringAlign=CenterStringCase=UpperFontFace=AnuratiFontColor=#Color1#FontSize=(40*#Scale#)X=(340*#Scale#)Y=(0*#Scale#)Text="%1"InlineSetting=CharacterSpacing | 10 | 10AntiAlias=1DynamicVariables=1#TextColor#[MeterDate]Meter=StringMeasureName=MeasureDateStringAlign=CenterStringCase=UpperFontFace=QuicksandFontColor=#Color1#FontSize=(24*#Scale#)X=(340*#Scale#)Y=(75*#Scale#)Text="%1"AntiAlias=1DynamicVariables=1
Statistics: Posted by Taher — Today, 7:37 am — Replies 0 — Views 12