This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathSettings.ini
81 lines (69 loc) · 4.53 KB
/
Settings.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[Metadata]
Author=Creewick
Version=1.0
License=CC BY-NC-SA 4.0
[Variables]
WidgetWidth=580
WidgetHeight=500
@Include1=#@#Scripts\Includes\Window.inc
@include2=#@#Scripts\Settings\Sidebar.inc
@Include3=#@#Variables\Layout.inc
@Include4=#@#Languages\#Language#\Settings.inc
@Include5=#@#Scripts\Settings\#SettingsTab#.inc
@Include6=#@#Languages\#Language#\Settings\#SettingsTab#.inc
[ThemeAsNumber]
Measure=String
String=#Theme#
DynamicVariables=1
Substitute="Light":"1","Dark":"2","Auto":"3","Color":"4","Blur":"5"
[Container]
Meter=Shape
DynamicVariables=1
Shape=Rectangle 0, 0, #WidgetWidth#, #WidgetHeight#, #WidgetRadius#, #WidgetRadius# | Fill Color 000000 | StrokeWidth 0.5 | Stroke Color 808080
[SidebarMeter]
Meter=Shape
Container=Container
Shape=Rectangle 0,0,#WidgetWidth#,#WidgetHeight# | Fill Color 80808060 | StrokeWidth 0.5 | Stroke Color 808080
Hidden=([&ThemeAsNumber] = 5)
DynamicVariables=1
[SidebarMeter]
Meter=Shape
Container=Container
Shape=Rectangle 0,0,#WidgetWidth#,#WidgetHeight# | Fill Color #BackgroundColor#60 | StrokeWidth 0.5 | Stroke Color 808080
Hidden=([&ThemeAsNumber] <> 5)
DynamicVariables=1
[RightHalfMeter]
Meter=Shape
Container=Container
Shape=Rectangle #SidebarWidth#,0,(#WidgetWidth#-#SidebarWidth#),#WidgetHeight# | Fill Color #BackgroundColor#d0 | StrokeWidth 0.5 | Stroke Color 808080
DynamicVariables=1
[RightBottomMeter]`
Meter=Shape
Container=Container
Shape=Rectangle #SidebarWidth#,55,(#WidgetWidth#-#SidebarWidth#),#WidgetHeight# | Fill Color #ForegroundColor#10 | StrokeWidth 0
DynamicVariables=1
[RedLight]
Meter=Shape
Shape=Ellipse (28),(28),6,6 | Fill Color f9615e | StrokeWidth 0
LeftMouseUpAction=[!DeactivateConfig]
[YellowLight]
Meter=Shape
Shape=Ellipse (48),(28),6,6 | Fill Color 666666 | StrokeWidth 0
[GreenLight]
Meter=Shape
Shape=Ellipse (68),(28),6,6 | Fill Color 666666 | StrokeWidth 0
[TabTitle]
Meter=String
Text=[#t[#SettingsTab]]
FontFace=#FontFace#
FontSize=12
FontColor=#ForegroundColor#
FontWeight=500
AntiAlias=1
X=(#SidebarWidth# + #WidgetWidth# * 0.02)
Y=18
W=(#WidgetWidth# * 0.96 - #SidebarWidth#)
DynamicVariables=1
[Line]
Meter=Shape
Shape=Rectangle (#SidebarWidth#),(55),(#WidgetWidth#-#SidebarWidth#),0 | StrokeWidth 0.5 | Stroke Color 808080