-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.toml
51 lines (40 loc) · 1.27 KB
/
settings.toml
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
[app]
useragent = 'Stupid weather app'
useremail = '[email protected]'
[text.h1]
source_file = 'Anton-Regular.ttf'
web_source = 'https://github.com/google/fonts/blob/main/ofl/anton/Anton-Regular.ttf?raw=true'
size = 90
[text.h2]
source_file = 'Grotesk.ttf'
web_source = 'https://github.com/google/fonts/blob/main/ofl/schibstedgrotesk/SchibstedGrotesk%5Bwght%5D.ttf?raw=true'
size = 30
[text.h3]
source_file = 'Grotesk.ttf'
web_source = 'https://github.com/google/fonts/blob/main/ofl/schibstedgrotesk/SchibstedGrotesk%5Bwght%5D.ttf?raw=true'
size = 18
[text.h4]
source_file = 'Grotesk.ttf'
web_source = 'https://github.com/google/fonts/blob/main/ofl/schibstedgrotesk/SchibstedGrotesk%5Bwght%5D.ttf?raw=true'
size = 14
[text.h4_symbols]
source_file = 'NotoSymbols2.ttf'
web_source = 'https://github.com/notofonts/noto-fonts/blob/main/unhinted/ttf/NotoSansSymbols2/NotoSansSymbols2-Regular.ttf?raw=true'
size = 14
[graphics.rain]
source_file = 'rain.png'
web_source = 'https://raw.githubusercontent.com/googlefonts/noto-emoji/main/png/72/emoji_u1f327.png'
[graphics.wind]
source_file = 'wind.png'
web_source = 'https://raw.githubusercontent.com/googlefonts/noto-emoji/main/png/72/emoji_u1f38f.png'
[color]
bg = 255
h1 = 128
h2 = 0
[feed]
items = 6
[nws]
station = "ILN"
[nws.grid]
x = 35
y = 36