-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReadSectionOption.ini
More file actions
46 lines (39 loc) · 1010 Bytes
/
Copy pathReadSectionOption.ini
File metadata and controls
46 lines (39 loc) · 1010 Bytes
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
[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1
[Metadata]
Name=ReadSectionOption Demo
Author=nstechbytes
Information=Demonstrates reading options from other sections using WebView2
Version=0.0.7
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
[Variables]
TestVar=Hello from Variables!
DoubleExample=25.5
; ==================================================
; Measures to Read
; ==================================================
[MeasureTest]
Measure=String
String=This is a string measure
[MeasureCalc]
Measure=Calc
Formula=25
; ==================================================
; WebView2 Plugin
; ==================================================
[MeasureWebView]
Measure=Plugin
Plugin=WebView2
URL=#@#ReadSectionOption\index.html
W=400
H=600
X=25
Y=25
; ==================================================
; Background
; ==================================================
[MeterBackground]
Meter=Shape
Shape=Rectangle 0,0,450,650 | FillColor 0,0,0,2 | StrokeWidth 0