diff --git a/homelab/server/config/homepage/widgets.yaml b/homelab/server/config/homepage/widgets.yaml index 5f124c69..f65b2e5a 100644 --- a/homelab/server/config/homepage/widgets.yaml +++ b/homelab/server/config/homepage/widgets.yaml @@ -2,12 +2,9 @@ # For configuration options and examples, please see: # https://gethomepage.dev/en/configs/widgets -- greeting: - text_size: x1 - text: My name is Joey Hafner and this page links to some of the services I host. Jafner.net is my main server, which uses Docker to run all these things. Jafner.tools is hosted on a Digital Ocean droplet. Check out my socials at the bottom. This lab is always changing, and this homepage is too. - - search: provider: google + focus: true target: _blank - openmeteo: @@ -16,4 +13,14 @@ longitude: -122.4443 timezone: America/Los_Angeles units: imperial - cache: 15 \ No newline at end of file + cache: 15 + +- datetime: + text_size: x1 + format: + timeStyle: short + hour12: false + +- greeting: + text_size: x1 + text: My name is Joey Hafner and this page links to some of the services I host. Jafner.net is my main server, which uses Docker to run all these things. Jafner.tools is hosted on a Digital Ocean droplet. Check out my socials at the bottom. This lab is always changing, and this homepage is too. \ No newline at end of file