-
Notifications
You must be signed in to change notification settings - Fork 0
/
RainConfigs.ini
56 lines (48 loc) · 1.28 KB
/
RainConfigs.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[Rainmeter]
Update=16
AccurateText=1
OnCloseAction=[!DeactivateConfigGroup RainConfigs]
[Variables]
Scale=1
[Updater]
Measure=Calc
OnUpdateAction=[!UpdateMeasure Meta "#ROOTCONFIG#\MainPanel"][!UpdateMeasure RainConfigs "#ROOTCONFIG#\SidePanel"]
[Mouse]
Measure=Plugin
Plugin=Mouse
LeftMouseDragAction=[!Move "($MouseX$-[#MOUSEX])" "($MouseY$-[#MOUSEY])"]
LeftMouseUpAction=[!CommandMeasure Mouse Stop]
RequireDragging=1
RelativeToSkin=0
DynamicVariables=1
[TitleBar]
Meter=Shape
Shape=Rectangle 0,0, (920*#Scale#), (30*#Scale#),(5*#Scale#) | StrokeWidth 0 | Fill Color 20,20,20
LeftMouseDownAction=[!SetVariable MOUSEX "$MouseX$"][!SetVariable MOUSEY "$MouseY$"][!CommandMeasure Mouse Start]
MouseActionCursor=0
[MainPanel]
Measure=Plugin
Plugin=ConfigActive
ConfigName=#ROOTCONFIG#\MainPanel
IfCondition=MainPanel = -1
IfTrueAction=[!ActivateConfig "#ROOTCONFIG#\MainPanel"]
[SidePanel]
Measure=Plugin
Plugin=ConfigActive
ConfigName=#ROOTCONFIG#\SidePanel
IfCondition=SidePanel = -1
IfTrueAction=[!ActivateConfig "#ROOTCONFIG#\SidePanel"]
[MoveSidePanel]
Measure=Plugin
Plugin=MoveSkins
ConfigName=#ROOTCONFIG#\SidePanel
XOffset=0
YOffset=(35*#Scale#)
DynamicVariables=1
[MoveMainPanel]
Measure=Plugin
Plugin=MoveSkins
ConfigName=#ROOTCONFIG#\MainPanel
XOffset=0
YOffset=(35*#Scale#)
DynamicVariables=1