-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
95 lines (95 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
94
95
{
"info": {
"watch_type": "miband5",
"description": "Custom watchface for MiBand5",
"author": "A-Jey",
"version": "1.1"
},
"use_custom_arrows": false,
"arrow_position": {
"x": 83,
"y": 78
},
"bg_value_text": {
"color_high": "#ffffa0a0",
"color_low": "#ff8bbbff",
"position": {
"x": 42,
"y": 113
},
"text_pattern": "$value",
"text_settings": {
"font_family": "sans-serif",
"font_size": 50,
"stroke_width": 2,
"text_align": "right",
"text_scale": 0.88,
"text_style": "bold"
}
},
"delta_text": {
"position": {
"x": 0,
"y": 133
},
"text_pattern": "$value at $time",
"outdated_text_pattern": "$value $time ago",
"text_settings": {
"font_size": 20,
"text_align": "right"
}
},
"graph": {
"bg_color": "#000000",
"height": 84,
"position": {
"x": 0,
"y": 0
},
"width": 126
},
"iob_text": {
"position": {
"x": 0,
"y": 5
},
"text_pattern": "IoB: $value",
"text_settings": {
"font_size": 20
}
},
"treatment_text": {
"position": {
"x": 0,
"y": 152
},
"text_pattern": "$value at $time",
"outdated_text_pattern": "$value $time ago",
"text_settings": {
"font_size": 20,
"text_align": "right"
}
},
"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": 20,
"text_align": "right"
}
}
}