Add additional timezone to clock widget

This commit is contained in:
Daniel Cosme
2026-05-07 16:27:32 -04:00
parent cceb5d95e3
commit 2629408792
2 changed files with 24 additions and 2 deletions
+12 -1
View File
@@ -92,10 +92,21 @@ data:
- size: small - size: small
widgets: widgets:
- type: clock - type: clock
title: Home
hour-format: 24h hour-format: 24h
timezones: timezones:
- timezone: America/Montreal - 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 - name: Default
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
# hide-desktop-navigation: true # hide-desktop-navigation: true
+12 -1
View File
@@ -54,10 +54,21 @@
- size: small - size: small
widgets: widgets:
- type: clock - type: clock
title: Home
hour-format: 24h hour-format: 24h
timezones: timezones:
- timezone: America/Montreal - 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 - name: Default
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
# hide-desktop-navigation: true # hide-desktop-navigation: true