Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Update=200
- [Variables]
- Application1=
- Application2=
- Application3
- [Click1]
- Meter=Image
- Solidcolor=0,0,0,255
- X=0
- Y=0
- W=40
- H=40
- LeftMousedownAction=[#Application1#]
- [Click2]
- Meter=Image
- Solidcolor=0,0,0,255
- X=0
- Y=10
- W=40
- H=40
- LeftMousedownAction=[#Application2#]
- [Click3]
- Meter=Image
- Solidcolor=0,0,0,255
- X=0
- Y=20
- W=40
- H=40
- LeftMousedownAction=[#Application3#]
- ;$ As you might have guessed, rainmeter works in pixels. So if you define a w=40 and h=40 then it will be 40x40 pixels.
- ;$ And since it contains no imagename, rainmeter will create square of the size (in this case, 40x40 pixels)
- ;$ Which, in the end means that it creates a 40x40 pixels large area for you to be able to click on.
- ;$ When you are done with placing the meters correctly,
- ;$ replace the 0,0,0,255 value on "Solidcolor=0,0,0,255" with "Solidcolor=0,0,0,1" and the buttons will be invisible.
Advertisement
Add Comment
Please, Sign In to add comment