-
Notifications
You must be signed in to change notification settings - Fork 3
/
watchface_theme.json
69 lines (69 loc) · 1.35 KB
/
watchface_theme.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
{
"dial": {
"enable": true,
"x_offset": 0,
"y_offset": 0
},
"label": [
{
"enable": true,
"type": "date",
"label": "%H:%M",
"font_color": "#000000",
"align": "center",
"font_size": 32,
"x_offset": 75,
"y_offset": 205,
"x_size": 94,
"y_size": 32
},
{
"enable": true,
"type": "date",
"label": "%b",
"font_color": "#000000",
"align": "center",
"font_size": 16,
"x_offset": 190,
"y_offset": 187,
"x_size": 46,
"y_size": 30
},
{
"enable": true,
"type": "date",
"label": "%d",
"font_color": "#000000",
"align": "center",
"font_size": 16,
"x_offset": 190,
"y_offset": 136,
"x_size": 46,
"y_size": 30
},
{
"enable": true,
"type": "battery_percent",
"label": "%d%%",
"font_color": "#000000",
"align": "center",
"font_size": 16,
"x_offset": 191,
"y_offset": 86,
"x_size": 46,
"y_size": 30
},
{
"enable": true,
"type": "steps",
"label": "%d",
"font_color": "#000000",
"align": "center",
"font_size": 16,
"x_offset": 03,
"y_offset": 86,
"x_size": 46,
"y_size": 30
}
]
}