From 5fc42f841ec4880ead04fbcbd7a8e350ae79001a Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Thu, 7 May 2026 16:31:40 -0400 Subject: [PATCH] Group clock and calendar in glance --- apps/hydra/glance/configmap-glance.yaml | 35 ++++++++++++++----------- config/glance/config/home.yml | 35 ++++++++++++++----------- 2 files changed, 38 insertions(+), 32 deletions(-) diff --git a/apps/hydra/glance/configmap-glance.yaml b/apps/hydra/glance/configmap-glance.yaml index b223a95..1a4bbf8 100644 --- a/apps/hydra/glance/configmap-glance.yaml +++ b/apps/hydra/glance/configmap-glance.yaml @@ -91,22 +91,25 @@ data: first-day-of-week: monday - size: small widgets: - - type: clock - title: Home - hour-format: 24h - timezones: - - timezone: America/Montreal - 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 + - 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 - 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 b2de24f..543fa1a 100644 --- a/config/glance/config/home.yml +++ b/config/glance/config/home.yml @@ -53,22 +53,25 @@ first-day-of-week: monday - size: small widgets: - - type: clock - title: Home - hour-format: 24h - timezones: - - timezone: America/Montreal - 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 + - 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 - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true