-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLivelyProperties.json
75 lines (75 loc) · 1.49 KB
/
LivelyProperties.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
{
"name": {
"text": "Name",
"type": "textbox",
"value": "Omega"
},
"appid": {
"text": "Apikey",
"type": "textbox",
"value": "openweather.org key"
},
"address": {
"text": "Location",
"type": "textbox",
"value": "City, Country, Pin, Zip"
},
"unit": {
"text": "Unit",
"type": "dropdown",
"value": 0,
"items": [
"Metric",
"Imperial"
]
},
"fontsize_1": {
"text": "fontsize 1",
"type": "slider",
"min": 0,
"max": 25,
"value": 8,
"tick": 50
},
"fontsize_2": {
"text": "fontsize 2",
"type": "slider",
"min": 0,
"max": 100,
"value": 18,
"tick": 50
},
"weather_size": {
"text": "Weather size",
"type": "slider",
"min": "0",
"max": "10",
"value": 2,
"tick": 50
},
"quotes": {
"text": "Quotes update in minutes",
"type": "textbox",
"value": 5
},
"color_1": {
"text": "Color 1",
"type": "color",
"value": "#ffffff"
},
"color_2": {
"text": "Color 2",
"type": "color",
"value": "#7C939E"
},
"weather": {
"text": "Weather",
"type": "checkbox",
"value": true
},
"btnRefresh": {
"text": "Click to Update",
"type": "button",
"value": "Refresh"
}
}