It is currently April 19th, 2024, 7:08 am

Toggle a group of config

Get help with creating, editing & fixing problems with skins
AdamWalker
Posts: 7
Joined: February 27th, 2019, 10:55 am

Toggle a group of config

Post by AdamWalker »

Is there a way to toggle many skins at the same time using a "master skin"?(Activate and deactivate, not just to show and hide those skins)
User avatar
balala
Rainmeter Sage
Posts: 16144
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Toggle a group of config

Post by balala »

AdamWalker wrote: May 4th, 2019, 5:25 am Is there a way to toggle many skins at the same time using a "master skin"?(Activate and deactivate, not just to show and hide those skins)
Unfortunately there is no bang to load or toggle a group of configs. There is one for unloading (!DeactivateConfigGroup), but there aren't nor for loading, nor for toggling.
So unfortunately I think the only way is to toggle those skins one by one. On any of the meters of the "master skin", you have to add a this kind of option: LeftMouseUpAction= [!ToggleConfig "FirstConfig" "First.ini"][!ToggleConfig "SecondConfig" "Second.ini"]...[!ToggleConfig "LastConfig" "Last.ini"].