21 lines
429 B
YAML
21 lines
429 B
YAML
|
|
---
|
||
|
|
# Homepage Top-Bar Widgets
|
||
|
|
# https://gethomepage.dev/configs/widgets/
|
||
|
|
|
||
|
|
- resources:
|
||
|
|
# Shows CPU, memory, disk on the host (requires Docker socket or agent)
|
||
|
|
cpu: true
|
||
|
|
memory: true
|
||
|
|
disk: /
|
||
|
|
# cputemp: true # uncomment if sensors are available
|
||
|
|
|
||
|
|
- datetime:
|
||
|
|
text_size: xl
|
||
|
|
format:
|
||
|
|
dateStyle: short
|
||
|
|
timeStyle: short
|
||
|
|
hour12: false
|
||
|
|
|
||
|
|
- search:
|
||
|
|
provider: duckduckgo
|
||
|
|
target: _blank
|