It is currently March 28th, 2024, 9:01 pm

Need help with something

Get help with installing and using Rainmeter.
Taigunas
Posts: 2
Joined: January 17th, 2018, 4:16 pm

Need help with something

Post by Taigunas »

Hello so basically i was trying to make one thing which loads other skins when u left click on it. For example i use honeycomb skin and when i load everything on desktop its to messy and im trying to do that if i left click on one skin it load games category skins. If u dont understand me still heres more detailed explination: When i left click on GAMES skin it load every skin bellow
Image
Im using this line in config : LeftMouseUpAction=!ToggleConfig "Honeycomb\FolderNS" "FolderNS.ini" but it only works with one line. when i trying to use more that one line it only recognizes the first like but ignores others.
My config looks like this:
Image
So basically my question is what code to use or what to do to load more that one skin.
Last edited by Taigunas on January 17th, 2018, 4:51 pm, edited 1 time in total.
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Need help with something

Post by jsmorley »

LeftMouseUpAction=[!FirstAction][!SecondAction][!ThirdAction]
Taigunas
Posts: 2
Joined: January 17th, 2018, 4:16 pm

Re: Need help with something

Post by Taigunas »

jsmorley wrote:LeftMouseUpAction=[!FirstAction][!SecondAction][!ThirdAction]
Thanks! finally worked