39 lines
729 B
YAML
39 lines
729 B
YAML
---
|
|
- logo:
|
|
icon: https://spacegoblins.org/favicon.svg
|
|
|
|
- greeting:
|
|
text_size: 4xl
|
|
text: junk-drawer
|
|
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
uptime: true
|
|
network: true
|
|
|
|
- resources:
|
|
label: OS
|
|
disk: /
|
|
expanded: true
|
|
|
|
- resources:
|
|
label: Storage
|
|
disk: /mnt/home
|
|
expanded: true
|
|
|
|
- datetime:
|
|
text_size: xl
|
|
format:
|
|
timeStyle: short
|
|
dateStyle: short
|
|
hourCycle: h23
|
|
|
|
- openmeteo:
|
|
label: Clayton, NC # optional
|
|
latitude: 35.658333
|
|
longitude: -78.448611
|
|
units: imperial
|
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
|
format: # optional, Intl.NumberFormat options
|
|
maximumFractionDigits: 1 |