From 262940879222fd241edc7874a29f8a94dc4b617a Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Thu, 7 May 2026 16:27:32 -0400 Subject: [PATCH] Add additional timezone to clock widget --- apps/hydra/glance/configmap-glance.yaml | 13 ++++++++++++- config/glance/config/home.yml | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/apps/hydra/glance/configmap-glance.yaml b/apps/hydra/glance/configmap-glance.yaml index 5521284..b223a95 100644 --- a/apps/hydra/glance/configmap-glance.yaml +++ b/apps/hydra/glance/configmap-glance.yaml @@ -92,10 +92,21 @@ data: - size: small widgets: - type: clock + title: Home hour-format: 24h timezones: - timezone: America/Montreal - label: Home + label: Montreal + - timezone: America/Bogota + label: Bogota + - timezone: Europe/Madrid + label: Madrid + - timezone: Europe/Sofia + label: Sofia (Bulgaria) + - timezone: America/Vancouver + label: Vancouver + - timezone: UTC + label: UTC - 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/home.yml b/config/glance/config/home.yml index be39446..b2de24f 100644 --- a/config/glance/config/home.yml +++ b/config/glance/config/home.yml @@ -54,10 +54,21 @@ - size: small widgets: - type: clock + title: Home hour-format: 24h timezones: - timezone: America/Montreal - label: Home + label: Montreal + - timezone: America/Bogota + label: Bogota + - timezone: Europe/Madrid + label: Madrid + - timezone: Europe/Sofia + label: Sofia (Bulgaria) + - timezone: America/Vancouver + label: Vancouver + - timezone: UTC + label: UTC - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true