You can change the position of any visual element (meter) in a skin or the position of the skin itself whenever and however you want, either periodically or on demand, but you'll have to know exactly when and how Wallpaper Engine is changing your wallpaper in order to sync the two.
Both Rainmeter and Wallpaper Engine can also be controlled via command line, so in theory you could even do this from a skin or whatever Wallpaper Engine script you use, if any, in order to controll the other app, but again, it really depends on the precise details of your scenario.
Moving a meter is all about properly changing its X and Y coordinates, while using DynamicVariables=1 on that meter:
https://docs.rainmeter.net/manual/meters/general-options/#XY
Moving a skin is similarly related to changing its coordinates on the screen, at the moment of your choosing:
https://docs.rainmeter.net/manual/bangs/#Move
Both Rainmeter and Wallpaper Engine can also be controlled via command line, so in theory you could even do this from a skin or whatever Wallpaper Engine script you use, if any, in order to controll the other app, but again, it really depends on the precise details of your scenario.
Moving a meter is all about properly changing its X and Y coordinates, while using DynamicVariables=1 on that meter:
https://docs.rainmeter.net/manual/meters/general-options/#XY
Moving a skin is similarly related to changing its coordinates on the screen, at the moment of your choosing:
https://docs.rainmeter.net/manual/bangs/#Move
Statistics: Posted by Yincognito — Today, 1:54 pm — Replies 1 — Views 46