diff --git a/nix/configurations/vanadium/home/xmobar/xmobar.hs b/nix/configurations/vanadium/home/xmobar/xmobar.hs
index 59c47444..80bf382b 100644
--- a/nix/configurations/vanadium/home/xmobar/xmobar.hs
+++ b/nix/configurations/vanadium/home/xmobar/xmobar.hs
@@ -21,6 +21,7 @@ config =
, commands =
[ Run $ Date "%a %d %H:%M:%S" "hereClock" (1 &second)
, Run $ DateZone "%H:%M" "" "America/Aruba" "arubaClock" (10 &second)
+ , Run $ DateZone "%H:%M" "" "America/Montreal" "montrealClock" (10 &second)
, Run $ DateZone "%H:%M" "" "Europe/Paris" "cetClock" (10 &second)
, Run $ DateZone "%H:%M" "" "Asia/Taipei" "tstClock" (10 &second)
, Run $
@@ -63,9 +64,10 @@ config =
<> alignSep config
<> intercalate "|"
[ unwords
- [ "[Aruba: %arubaClock%]"
- , "[CET: %cetClock%]"
- , "[TST: %tstClock%]"
+ [ "[AUA: %arubaClock%]"
+ , "[YUL: %montrealClock%]"
+ , "[CDG: %cetClock%]"
+ , "[TPE: %tstClock%]"
]
<> " "
, " %LFRN% "