-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Cleartext.ini
265 lines (241 loc) · 14 KB
/
Cleartext.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
[Rainmeter]
Update=50
MouseOverAction=[!ShowMeterGroup Hover][!ShowMeterGroup #name_stowgroup#][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!HideMeterGroup Hover][!HideMeterGroup #name_stowgroup#][!UpdateMeter *][!Redraw]
AccurateText=1
DynamicWindowSize=1
SkinHeight=(#skinSize#*0.3)
ContextTitle=Open Settings panel
ContextAction=!ActivateConfig "Cleartext\Settings"
ContextTitle2=Use Cleartext Pure
ContextAction2=!ActivateConfig "Cleartext"
[Metadata]
Name=Cleartext
Author=Redsaph
Description=Displays track information from various media players.
Version=6.0
License=Creative Commons Zero v1.0 Universal
[Variables]
@include=#@#base.ini
; STYLES ==========================================
[styleTextControls]
FontFace=#font_textinterface#
FontSize=(#skinSize#*0.027)
AntiAlias=1
FontColor=#color_translucent#
StringAlign=#align_interface#
DynamicVariables=1
Hidden=1
Group=Hover | Visible
MouseActionCursor=1
[styleTextMini]
FontFace=#font_textinterface#
FontSize=(#skinSize#*0.0175)
AntiAlias=1
FontColor=#color_opaque#
StringAlign=#align_interface#
DynamicVariables=1
Hidden=1
Group=Hover | Visible
[styleTextMajor]
H=(#skinSize#*0.085)
FontSize=(#skinSize#*0.0625)
FontColor=#color_opaque#
AntiAlias=1
StringAlign=#align_containertext_supposed#
Group=Visible
; FEATURES =======================================
[Background]
Meter=Image
X=0
Y=0
W=(#skinSize#*1.35)
H=(#skinSize#*0.3)
SolidColor=0,0,0,1
DynamicVariables=1
Group=Visible
UpdateDivider=-1
[Now]
Meter=String
Text=Now
StringCase=Upper
StringAlign=#align_interface#
FontSize=(#skinSize#*0.03)
FontColor=#color_opaque#
X=#xpos_now#
Y=#ypos_now#
AntiAlias=1
FontFace=#font_textinterface#
UpdateDivider=-1
Hidden=#bool_stow#
Group=Stow | Visible
[Playing]
Meter=String
Text=Playing
StringCase=Upper
StringAlign=#align_interface#
FontSize=(#skinSize#*0.03)
FontColor=#color_opaque#
X=#xpos_playing#
Y=#ypos_playing#
AntiAlias=1
FontFace=#font_textinterface#
UpdateDivider=-1
Hidden=#bool_stow#
Group=Stow | Visible
[Time]
Meter=STRING
MeterStyle=styleTextMini
MeasureName=mPosition#player_mode#
MeasureName2=mLength#player_mode#
X=#xpos_time#
Y=#ypos_time#
Text="%1/%2"
UpdateDivider=20
[Progress]
Meter=String
MeterStyle=styleTextMini
MeasureName=mProgress#player_mode#W
X=#xpos_progress#
Y=#ypos_progress#
Text="%1%"
UpdateDivider=20
[Play]
MeterStyle=styleTextControls
Meter=String
MeasureName=mStateButton#player_mode#
X=#xpos_play#
Y=#ypos_play#
Text="%1"
LeftMouseUpAction=!CommandMeasure "m#player_controller#" "PlayPause"
SolidColor=0,0,0,1
UpdateDivider=20
[Previous]
MeterStyle=styleTextControls
Meter=String
X=#xpos_prev#
Y=#ypos_prev#
Text="previous"
LeftMouseUpAction=!CommandMeasure "m#player_controller#" "Previous"
UpdateDivider=-1
[Next]
MeterStyle=styleTextControls
Meter=String
X=#xpos_next#
Y=#ypos_next#
Text="next"
LeftMouseUpAction=!CommandMeasure "m#player_controller#" "Next"
UpdateDivider=-1
SolidColor=0,0,0,1
[Settings]
Meter=String
MeterStyle=styleTextMini
FontColor=#color_translucent#
X=#xpos_settings#
Y=#ypos_settings#
Text="settings"
MouseActionCursor=1
LeftMouseUpAction=!ActivateConfig "Cleartext\Settings"
UpdateDivider=-1
[UpdateIndicator]
Meter=String
Text=""
StringAlign=#interfaceTextAlignment#
FontSize=(#skinSize#*0.025)
FontColor=220,0,0,255
X=#xpos_indicator#
Y=(#currentVersion# < [mVersionEvaluator] ? (#ypos_indicator#) : #skinSize#)
AntiAlias=1
FontFace=FontAwesome
Hidden=#bool_stow#
Group=Stow | Visible
ToolTipText="An update to Cleartext is available."
LeftMouseUpAction=["http://github.com/redsaph/cleartext/releases/latest"]
UpdateDivider=-1
DynamicVariables=1
[Hairline]
Meter=Bar
MeasureName=mProgress#player_mode#P
X=#xpos_progressbar#
Y=#ypos_progressbar#
W=#width_progressbar#
H=#height_progressbar#
BarColor=#color_over#
SolidColor=#color_opaque#
BarOrientation=#orientation_progressbar#
ToolTipText="Progress Bar"
UpdateDivider=20
Hidden=#bool_stow#
Group=Stow | Visible
[TopTextContainer]
Meter=Shape
Shape=Rectangle 0,0,#width_container_reg#,#height_container_std# | Fill Color 128, 128, 128, 255
X=#xpos_container_reg#
Y=#ypos_containertop_reg#
UpdateDivider=-1
DynamicVariables=1
[BottomTextContainer]
Meter=Shape
Shape=Rectangle 0,0,#width_container_reg#,#height_container_std# | Fill Color 128, 128, 128, 255
X=r
Y=#ypos_containerbtm_reg#
UpdateDivider=-1
DynamicVariables=1
[TopText2]
Meter=String
X=([mWidthTop] <= #width_container_scroll# ? ((#bool_alignright# > 0) ? #width_container_std# : 0) : (#bool_alignright# > 0 ? ([mMoveTop]) : ([mWidthTop] + [mMoveTop])))
Y=#ypos_containertexttop#
DynamicVariables=1
Text=[#name_toptext##player_mode#]
FontFace=#font_texttop#
MeterStyle=styleTextMajor
Hidden=(#bool_scroll# = 1 ? 1 : ([mWidthTop] <= #width_container_scroll# ? 1 : 0))
StringAlign=#align_containertext_topcurrent#Bottom
UpdateDivider=#updatedivider_top#
Container=TopTextContainer
Group=TopText
[TopText1]
Meter=String
X=([mWidthTop] <= #width_container_scroll# ? (#bool_alignright# > 0 ? #width_container_std# : (#bool_aligncenter# > 0 ? #xpos_containertext# : 0)) : ((#bool_scroll# = 0) ? (#bool_alignright# > 0 ? ([mWidthTop] + [mMoveTop]) : [mMoveTop]) : (#bool_alignright# > 0 ? #width_container_std# : (#bool_aligncenter# > 0 ? #xpos_containertext# : 0))))
Y=#ypos_containertexttop#
H=#height_container_std#
W=#width_container_std#
DynamicVariables=1
Text=[#name_toptext##player_mode#]
FontFace=#font_texttop#
MeterStyle=styleTextMajor
ClipString=#bool_scroll#
StringAlign=#align_containertext_topcurrent#Bottom
UpdateDivider=#updatedivider_top#
Container=TopTextContainer
Group=TopText
[BottomText2]
Meter=String
X=([mWidthBottom] <= #width_container_scroll# ? ((#bool_alignright# > 0) ? #width_container_std# : 0) : (#bool_alignright# > 0 ? ([mMoveBottom]) : ([mWidthBottom] + [mMoveBottom])))
Y=#ypos_containertextbtm#
DynamicVariables=1
Text=[#name_bottomText##player_mode#]
FontFace=#font_textbtm#
MeterStyle=styleTextMajor
Hidden=(#bool_scroll# = 1 ? 1 : ([mWidthBottom] <= #width_container_scroll# ? 1 : 0))
StringAlign=#align_containertext_btmcurrent#Top
UpdateDivider=#updatedivider_btm#
Container=BottomTextContainer
Group=BottomText
FontWeight=#font_weightbtm#
[BottomText1]
Meter=String
X=([mWidthBottom] <= #width_container_scroll# ? (#bool_alignright# > 0 ? #width_container_std# : (#bool_aligncenter# > 0 ? #xpos_containertext# : 0)) : ((#bool_scroll# = 0) ? (#bool_alignright# > 0 ? ([mWidthBottom] + [mMoveBottom]) : [mMoveBottom]) : (#bool_alignright# > 0 ? #width_container_std# : (#bool_aligncenter# > 0 ? #xpos_containertext# : 0))))
Y=#ypos_containertextbtm#
H=#height_container_std#
W=#width_container_std#
DynamicVariables=1
Text=[#name_bottomText##player_mode#]
FontFace=#font_textbtm#
MeterStyle=styleTextMajor
ClipString=#bool_scroll#
StringAlign=#align_containertext_btmcurrent#Top
UpdateDivider=#updatedivider_btm#
Container=BottomTextContainer
Group=BottomText
FontWeight=#font_weightbtm#