-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.yaml
281 lines (249 loc) · 5.33 KB
/
example_config.yaml
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
266
267
268
269
270
271
272
273
274
275
276
277
elements:
- name: Black Background Block
type: block
parameters:
pos_x: 0
pos_y: 0
width: 1920
height: 1080
color: "0xff000000"
- name: Green Block
type: block
parameters:
pos_x: 0
pos_y: 0
width: 96
height: 54
color: "0xff00ff00"
- name: Red Block
type: block
visible: false
parameters:
pos_x: 1824
pos_y: 0
width: 96
height: 54
color: "0xffff0000"
- name: White Block
type: block
parameters:
pos_x: 0
pos_y: 1026
width: 96
height: 54
color: "0xffffffff"
- name: Blue Block
type: block
parameters:
pos_x: 1824
pos_y: 1026
width: 96
height: 54
color: "0xff0000ff"
- name: Lissa 1
type: lissajous
disabled: true
parameters:
pos_x: 960
pos_y: 540
width: 660
height: 340
count: 100
color: "0xff808080"
- name: Lissa 2
type: lissajous
disabled: true
parameters:
pos_x: 960
pos_y: 540
width: 650
height: 320
count: 100
offset: 10
color: "0xff404040"
- name: Banner Backround Block
type: block
parameters:
pos_x: 10
pos_y: 870
width: 1900
height: 200
color: "0xff666666"
- name: Banner Background
type: image
parameters:
pos_x: 10
pos_y: 870
filename: data/banner.png
- name: Banner Title
type: image
disabled: true
parameters:
pos_x: 10
pos_y: 650
filename: data/banner-title.png
- name: Banner Background Test
type: image
disabled: true
parameters:
pos_x: 480
pos_y: 490
filename: data/banner-test.png
- name: Banner Title Loader
type: loadtext
parameters:
filename: data/banner_title.txt
variable: banner_title
- name: Banner Line 0 Loader
type: loadtext
parameters:
filename: data/banner_line_0.txt
variable: banner_line_0
- name: Banner Line 1 Loader
type: loadtext
parameters:
filename: data/banner_line_1.txt
variable: banner_line_1
- name: Banner Content Loader
type: loadtext
parameters:
filename: data/banner_content.txt
variable: banner_content_{}
split_lines: true
- name: Banner Title
type: text
disabled: true
parameters:
pos_x: 25
pos_y: 825
width: 960
height: 50
size: 90
text: "${banner_title}"
font: data/FiraCode-Medium.ttf
color: "0xa0ff2266"
- name: Countdown
type: timer
parameters:
variable: countdown
text_variable: countdown_text
hide_on_zero: true
initial_value: 0
- name: Countdown Text
type: text
parameters:
pos_x: 25
pos_y: 775
width: 960
height: 100
size: 90
text: "${countdown_text}"
font: data/OpenDyslexic_Bold.ttf
color: "0xa09999cc"
- name: Countdown Bar Width Expression
type: expression
disabled: true
parameters:
expression: "countdown_width=${countdown}/${countdown_full}*${countdown_bar_full_width}"
expression2: "countdown_width:${countdown_full}:${countdown}:/:${countdown_bar_full_width}:*="
comment: "
0 = countdown_width
1 = countdown_full
2 = countdown
3 = countdown_bar_full_width
0:e1:e2:op/:e3:op*op="
- name: Countdown Bar
type: block
disabled: false
parameters:
pos_x: 710
pos_y: 0
width: "${countdown_width}"
height: 54
color: "0xff0088aa"
- name: StopWatch
type: timer
parameters:
mode: StopWatch
variable: stopwatch
text_variable: stopwatch_text
hide_on_zero: true
initial_value: -1
- name: StopWatch Text
type: text
parameters:
pos_x: 25
pos_y: 675
width: 960
height: 100
size: 90
text: "${stopwatch_text}"
font: data/OpenDyslexic_Bold.ttf
color: "0xa09999cc"
- name: Banner Title
type: text
parameters:
pos_x: 25
pos_y: 875
width: 960
height: 100
size: 90
text: "${banner_content_0}"
font: data/OpenDyslexic_Bold.ttf
color: "0xa0222266"
- name: Banner Title
type: text
parameters:
pos_x: 20
pos_y: 870
width: 960
height: 100
size: 90
text: "${banner_content_0}"
font: data/OpenDyslexic_Bold.ttf
color: "0xffffffff"
- name: Banner Title
type: text
parameters:
pos_x: 20
pos_y: 970
width: 960
height: 50
size: 40
text: "${banner_content_1}"
font: data/FiraCode-Medium.ttf
color: "0xffffffff"
- name: Banner Title
type: text
parameters:
pos_x: 20
pos_y: 1020
width: 960
height: 50
size: 40
text: "${banner_content_2}"
font: data/FiraCode-Medium.ttf
color: "0xffffffff"
- name: Clock
type: text
parameters:
pos_x: 1540
pos_y: 20
width: 960
height: 100
size: 90
text: "${clock_string}"
font: data/FiraCode-Medium.ttf
color: "0xffffffff"
- name: Broken Clock
type: text
disabled: true
parameters:
pos_x: 1540
pos_y: 220
width: 960
height: 50
size: 90
text: "${clock_string}"
font: data/FiraCode-Medium.ttf
color: "0xffffffff"