diff --git a/apps/hydra/glance/configmap-glance.yaml b/apps/hydra/glance/configmap-glance.yaml index d708d7f..04335a9 100644 --- a/apps/hydra/glance/configmap-glance.yaml +++ b/apps/hydra/glance/configmap-glance.yaml @@ -12,7 +12,7 @@ data: branding: custom-footer: | -
Configured and Deployed via GitOps from: Daniel's Homelab
+Configured and Deployed using GitOps from: Daniel's Homelab
# logo-url: /assets/logo.png # favicon-url: /assets/logo.png app-name: "Daniel's Dashboard" @@ -98,7 +98,8 @@ data: - type: videos channels: - UCD3mA_LbjO8V515Hw1jlYhg # Cigarette in Paris - - TheSilentGentleman-l8h + # - TheSilentGentleman-l8h + # - @AURALE_MUSIC - type: twitch-channels channels: @@ -107,25 +108,29 @@ data: - size: small widgets: - - type: group - widgets: - - type: clock - hour-format: 24h - timezones: - - timezone: America/Montreal - label: Montreal - - timezone: America/Vancouver - label: Vancouver - - timezone: UTC - label: UTC - - timezone: America/Bogota - label: Bogota - - timezone: Europe/Madrid - label: Madrid - - timezone: Europe/Sofia - label: Sofia (Bulgaria) - - type: calendar - first-day-of-week: monday + - type: weather + location: Montreal, Canada + units: metric # alternatively "imperial" + hour-format: 24h # alternatively "24h" + # Optionally hide the location from being displayed in the widget + # hide-location: true + - type: clock + hour-format: 24h + timezones: + - timezone: America/Montreal + label: Montreal + - timezone: America/Bogota + label: Bogota + - timezone: America/Vancouver + label: Vancouver + - timezone: UTC + label: UTC + - timezone: Europe/Madrid + label: Madrid + - timezone: Europe/Sofia + label: Sofia (Bulgaria) + - type: calendar + first-day-of-week: monday - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true diff --git a/config/glance/config/glance.yml b/config/glance/config/glance.yml index 768f3bf..7d412f8 100644 --- a/config/glance/config/glance.yml +++ b/config/glance/config/glance.yml @@ -9,7 +9,7 @@ theme: branding: custom-footer: | -Configured and Deployed via GitOps from: Daniel's Homelab
+Configured and Deployed using GitOps from: Daniel's Homelab
# logo-url: /assets/logo.png # favicon-url: /assets/logo.png app-name: "Daniel's Dashboard" diff --git a/config/glance/config/home.yml b/config/glance/config/home.yml index a9d0dc8..fb22723 100644 --- a/config/glance/config/home.yml +++ b/config/glance/config/home.yml @@ -60,7 +60,8 @@ - type: videos channels: - UCD3mA_LbjO8V515Hw1jlYhg # Cigarette in Paris - - TheSilentGentleman-l8h + # - TheSilentGentleman-l8h + # - @AURALE_MUSIC - type: twitch-channels channels: @@ -69,25 +70,29 @@ - size: small widgets: - - type: group - widgets: - - type: clock - hour-format: 24h - timezones: - - timezone: America/Montreal - label: Montreal - - timezone: America/Vancouver - label: Vancouver - - timezone: UTC - label: UTC - - timezone: America/Bogota - label: Bogota - - timezone: Europe/Madrid - label: Madrid - - timezone: Europe/Sofia - label: Sofia (Bulgaria) - - type: calendar - first-day-of-week: monday + - type: weather + location: Montreal, Canada + units: metric # alternatively "imperial" + hour-format: 24h # alternatively "24h" + # Optionally hide the location from being displayed in the widget + # hide-location: true + - type: clock + hour-format: 24h + timezones: + - timezone: America/Montreal + label: Montreal + - timezone: America/Bogota + label: Bogota + - timezone: America/Vancouver + label: Vancouver + - timezone: UTC + label: UTC + - timezone: Europe/Madrid + label: Madrid + - timezone: Europe/Sofia + label: Sofia (Bulgaria) + - type: calendar + first-day-of-week: monday - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true