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 -1ORThis will stop your skin from trying to update meters (especially shapes and images) every second because they require DynamicVariables=1 for positioning.
Code:
[Rainmeter]Update = -1DynamicWindowSize = 1AccurateText = 1OnRefreshAction = [!Move "1330" "30"]
Code:
[Rainmeter]Update = 1000DynamicWindowSize = 1AccurateText = 1DefaultUpdateDivider = -1OnRefreshAction = [!Move "1330" "30"]
Statistics: Posted by eclectic-tech — Yesterday, 1:32 pm