Lirange |
06-15-2009 09:38 AM |
ehhm, if you dont get that, i'll use yours as an example
wait a bit
Quote:
; My Documents
[MeterOperaDuble]
Meter=STRING
X=2
Y=12
FontFace=Arial
FontSize=8
FontColor=255, 255, 255, 200
StringAlign=LEFT
StringStyle=Bold
AntiAlias=1
Text="My Documents"
Hidden=1
MouseOverAction=!Execute [!RainmeterShowMeter MeterOpera]
MouseLeaveAction=!Execute [!RainmeterHideMeter MeterOpera] [!RainmeterRedraw]
[MeterOpera]
Meter=STRING
X=2
Y=12
FontFace=Arial
FontSize=8
FontColor=255, 255, 255, 200
StringAlign=LEFT
StringStyle=Bold
AntiAlias=1
Text="My Documents"
LeftMouseDownAction=!Execute [!RainmeterRedraw]["D:Documents and Settings/cillia/My Documents"]
MouseOverAction=!Execute [!RainmeterShowMeter MeterOperaDuble]
MouseLeaveAction=!Execute [!RainmeterHideMeter MeterOperaDuble] [!RainmeterRedraw]
|
1. add the y by 13 each time there is a new link
2. Change the link to fiesta. (that will be our example. To copy the link, go to fiesta short cut, click on properties, then copy target and replace it)
3. change the all the[MeterOperaDuble] to something else, like Archer. you should change that 3 times.
4. change aall the [MeterOpera] to something else, like mage. You should change that 3times.
5. save, refresh skin, and voila!
|