Page 1 of 1

rainmeter skin with blur breathing effects

Posted: March 13th, 2018, 3:40 pm
by Aaron
Hi.
I am looking for a skin that effects your background image with blur breathing effects. I found a plugin called FrostedGlass but need plugin to use them. I hope u understand what i meant. Thanks.

Re: rainmeter skin with blur breathing effects

Posted: March 13th, 2018, 4:16 pm
by balala
Aaron wrote:I am looking for a skin that effects your background image with blur breathing effects. I found a plugin called FrostedGlass but need plugin to use them. I hope u understand what i meant.
Not exactly. You mean you can't find the FrostedGlass plugin? You can download it from the following post: https://forum.rainmeter.net/viewtopic.php?p=122051#p122051

Re: rainmeter skin with blur breathing effects

Posted: March 13th, 2018, 4:51 pm
by Aaron
Yes this plugin does lockout my screen but I want use just the Show Fade effect. My intention is to make the background image blur and then after delay sharper and so on..

Re: rainmeter skin with blur breathing effects

Posted: March 13th, 2018, 6:09 pm
by balala
Aaron wrote:Yes this plugin does lockout my screen but I want use just the Show Fade effect. My intention is to make the background image blur and then after delay sharper and so on..
Remove each meter and measure, except [BlurBehind]. Because Rainmeter skin needs at least one meter, add a very simple one, like this:

Code: Select all

[MeterDummy]
Meter=String

Re: rainmeter skin with blur breathing effects

Posted: March 13th, 2018, 7:51 pm
by Aaron
I tried but then every becomes blured even the programms and floders..

and using this is nothing happing:

Code: Select all

[MeterDummy]
Meter=String

[BlurBehind]
 Measure=Plugin
 Plugin=FrostedGlass
 UpdateDivider=-1
 ;Default=1 Determines if the blur is enabled or not
 BlurEnabled=1
My intention is to make the background image blur and after delay to make it sharper again.

Re: rainmeter skin with blur breathing effects

Posted: March 13th, 2018, 9:05 pm
by ChicknwithNoName
You could try loading a separate skin specifically to blur out the background and set it to Position: On desktop. Then have another skin show or hide the blur.

Re: rainmeter skin with blur breathing effects

Posted: March 13th, 2018, 9:15 pm
by Aaron
That is a very nice idea you have.Thank you.

Re: rainmeter skin with blur breathing effects

Posted: March 14th, 2018, 1:00 pm
by balala
I think it is possible even without having to use a second skin. Here is a code:

Code: Select all

[Rainmeter]
Update=-1
OnRefreshAction=[!Delay "3000"][!SetOption BlurBehind BlurEnabled "0"][!UpdateMeasure "BlurBehind"]

[Variables]

[BlurBehind]
Measure=Plugin
Plugin=FrostedGlass
UpdateDivider=-1
BlurEnabled=1

[MeterBlurredBackground]
Meter=Image
SolidColor=0,0,0,1
W=#SCREENAREAWIDTH#
H=#SCREENAREAHEIGHT#
Initially the blur is enabled, due to the BlurEnabled=1 option of the [BlurBehind] measure. This is disabled by the !SetOption bang of the OnRefreshAction option of the [Rainmeter] section. But this is happening delayed (by the !Delay bang of the same option). You can set up how long the blur effect is visible editing the value under the !Delay bang (it is measured in milliseconds - 3000 means three seconds).

Re: rainmeter skin with blur breathing effects

Posted: March 30th, 2018, 7:30 pm
by Aaron
Thanks for your feedback, and sorry for late reply.

I already found a solution I have bought the Steam Wallpaper engine. on this it's easily making blur and more effects.