-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
97 lines (96 loc) · 1.95 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
94
95
96
97
{
"description": "Watchcface for Amazfit GTR2(GTR2e)",
"use_custom_arrows": false,
"resource_to_replace": 21,
"arrow_position": {
"x": 170,
"y": 170
},
"bg_value_text": {
"color_high": "#ffffa0a0",
"color_low": "#ff8bbbff",
"position": {
"x": 300,
"y": 210
},
"text_pattern": "$value",
"text_settings": {
"font_family": "sans-serif",
"font_size": 60,
"stroke_width": 2,
"text_align": "right",
"text_scale": 0.88,
"text_style": "bold"
}
},
"delta_text": {
"position": {
"x": 230,
"y": 180
},
"text_pattern": "$value $time",
"outdated_text_pattern": "$value $time ago",
"text_settings": {
"font_size": 25,
"text_align": "left"
}
},
"iob_text": {
"position": {
"x": 80,
"y": 180
},
"text_pattern": "IoB: $value",
"text_settings": {
"text_style": "bold",
"font_size": 18,
"text_align": "right"
}
},
"treatment_text": {
"position": {
"x": 230,
"y": 210
},
"text_pattern": "$value $time",
"outdated_text_pattern": "$value $time ago",
"text_settings": {
"font_size": 25,
"text_align": "left"
}
},
"graph": {
"bg_color": "#00000000",
"height": 200,
"width": 454,
"position": {
"x":0,
"y":0
},
"low_val_line": {"point_radius":4},
"in_range_line": {"point_radius":4},
"high_val_line": {"point_radius":4}
},
"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"
}
}
}