-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.json
93 lines (93 loc) · 1.82 KB
/
config.json
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
{
"description": "Watchcface for Amazfit GTR2(GTR2e)",
"use_custom_arrows": false,
"resource_to_replace": 1,
"arrow_position": {
"x": 110,
"y": 120
},
"bg_value_text": {
"color_high": "#ffffa0a0",
"color_low": "#ff8bbbff",
"position": {
"x": 236,
"y": 156
},
"text_pattern": "$value",
"text_settings": {
"font_family": "sans-serif",
"font_size": 51,
"stroke_width": 2,
"text_align": "right",
"text_scale": 0.88,
"text_style": "bold"
}
},
"delta_text": {
"position": {
"x": 178,
"y": 133
},
"text_pattern": "$value at $time",
"outdated_text_pattern": "$value $time ago",
"text_settings": {
"font_size": 24,
"text_align": "left"
}
},
"graph": {
"bg_color": "#000000",
"height": 113,
"width": 325,
"position": {
"x":0,
"y":0
}
},
"iob_text": {
"position": {
"x": 0,
"y": 26
},
"text_pattern": "IoB: $value",
"text_settings": {
"text_style": "bold",
"font_size": 25,
"text_align": "right"
}
},
"treatment_text": {
"position": {
"x": 178,
"y": 154
},
"text_pattern": "$value at $time",
"outdated_text_pattern": "$value $time ago",
"text_settings": {
"font_size": 24,
"text_align": "left"
}
},
"no_readings_text": {
"position": {
"x": 0,
"y": 70
},
"text_pattern": "No data",
"text_settings": {
"font_size": 30,
"text_align": "center"
}
},
"no_readings_time_text": {
"position": {
"x": 0,
"y": 133
},
"text_pattern": "at $time",
"text_settings": {
"font_size": 18,
"text_align": "right"
}
}
}