26 lines
624 B
YAML
26 lines
624 B
YAML
---
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
disk: /
|
|
|
|
- search:
|
|
provider: google # google, duckduckgo, bing, baidu, brave or custom
|
|
focus: true # Optional, will set focus to the search bar on page load
|
|
showSearchSuggestions: true # Optional, will show search suggestions. Defaults to false
|
|
target: _blank # One of _self, _blank, _parent or _top
|
|
|
|
- datetime:
|
|
text_size: xl
|
|
format:
|
|
timeStyle: short
|
|
dateStyle: medium
|
|
|
|
- openweathermap:
|
|
label: Santos
|
|
latitude: -23.962995903442376
|
|
longitude: -46.31204985313348
|
|
units: metric
|
|
provider: openweathermap
|
|
cache: 5
|