diff --git a/Dashboard_Containers/homepage/config/widgets.yaml b/Dashboard_Containers/homepage/config/widgets.yaml new file mode 100644 index 0000000..a468667 --- /dev/null +++ b/Dashboard_Containers/homepage/config/widgets.yaml @@ -0,0 +1,21 @@ +--- +# 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 \ No newline at end of file