DarkEagle2011's avatar
Mapping the Icons::
----------------------------

You can Customize the Dock icons to open any application you like. For Example, Goto;
"My Documents\Rainmeter\Skins\", you will see "THEMENAME\Dock\Dock.ini", Dock.ini is a Text file where Coding is Done.
In that file, you goto the following area;

Meter=IMAGE
X=400
Y=40
w=40
h=40
ImageName=Browser.png
AntiAlias=1
LeftMouseDownAction=!execute ["www.google.com"]

Here, i have given "www.google.com" as general for all users. You can change that to your favourite browser.
I use Firefox, so i change that location into the firefox.exe file location in my system;

LeftMouseDownAction=!execute ["C:\Program Files\Mozilla Firefox\firefox.exe"]

Check in your system for your specific application exe file location and replace as mentioned above.  :-)