Page 1 of 1

NOOB ALERT -> How to program/edit icon to launch any app

Posted: November 27th, 2021, 5:22 pm
by FreshApril
Hello everyone :welcome:
I started using rainmeter today, it all set up - well, almost :confused:
Some icons don't work when i click on them, i'm looking through internet to find solution but nothing seems to work :(
I edited icon txt file with:
LeftMouseUpAction=!Execute ["C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe"]
- doesn't work either.
Please help, rainmeter is cool but i don't know how to code

Re: NOOB ALERT -> How to program/edit icon to launch any app

Posted: November 27th, 2021, 5:46 pm
by death.crafter
FreshApril wrote: November 27th, 2021, 5:22 pm Hello everyone :welcome:
I started using rainmeter today, it all set up - well, almost :confused:
Some icons don't work when i click on them, i'm looking through internet to find solution but nothing seems to work :(
I edited icon txt file with:
LeftMouseUpAction=!Execute ["C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe"]
- doesn't work either.
Please help, rainmeter is cool but i don't know how to code
The question is, is the brave app really there? Where the path redirects to.

Also, !Execute [!Something] is deprecated. So remove all the !Executes you have in your code.