21 lines
353 B
YAML
21 lines
353 B
YAML
---
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
disk: /
|
|
|
|
- search:
|
|
provider: duckduckgo
|
|
target: _blank
|
|
|
|
- datetime:
|
|
text_size: xl
|
|
format:
|
|
timeStyle: short
|
|
dateStyle: medium
|
|
|
|
- openweathermap:
|
|
apiKey: "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}"
|
|
location: "{{HOMEPAGE_VAR_OPENWEATHERMAP_LOCATION}}"
|
|
units: metric
|