diff --git a/nix/configurations/vanadium/home/xmobar/xmobar.hs b/nix/configurations/vanadium/home/xmobar/xmobar.hs index 631b709a..cfecc81e 100644 --- a/nix/configurations/vanadium/home/xmobar/xmobar.hs +++ b/nix/configurations/vanadium/home/xmobar/xmobar.hs @@ -19,7 +19,7 @@ config = , textOffset = 2 , commands = - [ Run $ Date "%a %d %H:%M:%S" "hereClock" (1 &second) + [ Run $ DateZone "%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)