-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.ini
45 lines (39 loc) · 1.7 KB
/
Main.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
[Metadata]
Name=AutoLayout
Author=Joe Siu
Information=Auto switch to specific layout on resolution changes
Version=1.0.0
License=Creative Commons BY-NC-SA 3.0
[Rainmeter]
Update=1000
[Variables]
@Include=#@#Variables.inc
[MeasureVW]
Measure=Plugin
Plugin=SysInfo
SysInfoType=VIRTUAL_SCREEN_WIDTH
Disabled=(#EnableMonitoring# = 0)
[MeasureVH]
Measure=Plugin
Plugin=SysInfo
SysInfoType=VIRTUAL_SCREEN_HEIGHT
Disabled=(#EnableMonitoring# = 0)
[Script]
Measure=Script
ScriptFile=#@#ResolutionChecker.lua
Disabled=(#EnableMonitoring# = 0)
[DebugMeter]
Meter=String
MeasureName=Script
X=(#SCREENAREAWIDTH#/2)
Y=(#SCREENAREAHEIGHT#/2)
FontColor=255,255,255,255
FontFace=Segoe UI
FontSize=15
StringEffect=Shadow
FontEffectColor=0,0,0,255
AntiAlias=1
Text=%1
StringAlign=Center
DynamicVariables=1
Hidden=(#EnableDebugString# = 0)