Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 688

Help: Rainmeter Skins • Re: Optimizing

$
0
0
Besides Alex88's excellent suggestion, since everything in your skin is driven by mouse actions, I would also suggest setting the skin update to -1 or a default update divider to -1

Code:

[Rainmeter]Update = -1DynamicWindowSize = 1AccurateText = 1OnRefreshAction = [!Move "1330" "30"]
OR

Code:

[Rainmeter]Update = 1000DynamicWindowSize = 1AccurateText = 1DefaultUpdateDivider = -1OnRefreshAction = [!Move "1330" "30"]
This will stop your skin from trying to update meters (especially shapes and images) every second because they require DynamicVariables=1 for positioning.

Statistics: Posted by eclectic-tech — Yesterday, 1:32 pm



Viewing all articles
Browse latest Browse all 688

Trending Articles