File tree 3 files changed +457
-25
lines changed
3 files changed +457
-25
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"clock" : {
3
3
"size" : [
4
- 500 ,
5
- 80
4
+ 250 ,
5
+ 100
6
6
],
7
- "font" : " Broadway" ,
8
- "text_size" : 72 ,
7
+ "font" : " Bahnschrift" ,
8
+ "text_size" : 36 ,
9
+ "opacity" : 0.8 ,
10
+ "color" : " #ff0004" ,
11
+ "position" : [
12
+ 799 ,
13
+ 16
14
+ ]
15
+ },
16
+ "countdown" : {
17
+ "size" : [
18
+ 250 ,
19
+ 100
20
+ ],
21
+ "font" : " Cascadia Code" ,
22
+ "text_size" : 12 ,
9
23
"opacity" : 1.0 ,
10
- "color" : " #ff0000 " ,
24
+ "color" : " #f2ff00 " ,
11
25
"position" : [
12
- 293 ,
13
- 55
26
+ 987 ,
27
+ 14
14
28
]
15
29
},
16
30
"alarm" : {
17
31
"enabled" : true ,
18
32
"duration" : 1 ,
19
- "interval" : 1109
33
+ "interval" : 300
20
34
},
21
35
"sound" : {
22
36
"type" : [
25
39
" sawtooth" ,
26
40
" triangle"
27
41
],
28
- "frequency_min" : 400 ,
29
- "frequency_max" : 800
42
+ "frequency_min" : 800 ,
43
+ "frequency_max" : 1200
30
44
},
31
- "dragToMove" : true
45
+ "dragToMove" : false
32
46
}
You can’t perform that action at this time.
0 commit comments