-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
36 lines (36 loc) · 928 Bytes
/
Copy pathconfig.json
File metadata and controls
36 lines (36 loc) · 928 Bytes
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
{
"fonts": {
"bold": "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf",
"regular": "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf",
"small": "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"
},
"font_sizes": {
"bold": 20,
"regular": 12,
"small": 10
},
"display": {
"icon_bottom_height": 24,
"padding": 10
},
"icon_mappings": {
"RWT": "test.png",
"RMT": "test.png",
"NPT": "test.png",
"TOR": "tornado.png",
"SVR": "thunderstorm.png",
"FFW": "flood.png",
"FLW": "flood.png",
"WSW": "snow.png",
"TOA": "watch.png",
"SVA": "watch.png",
"FFA": "watch.png",
"CAE": "amber.png"
},
"fallback_icon": "info.png",
"icon_fallbacks": {
"warning": "warning.png",
"watch": "watch.png",
"test": "test.png"
}
}