Made clock module monospace and also localized.

This commit is contained in:
vorboyvo 2024-04-18 12:18:36 -04:00
parent 79a0b32df4
commit 12a9b90dae

View file

@ -86,11 +86,11 @@ in {
};
clock = {
interval = 1;
format = "{:L%H:%M:%S %a %F}";
format = "<span size='10pt' font='Red Hat Mono'>{:L%H:%M:%S %a %F}</span>";
locale =
"fr_CA.utf8"; # TODO fix this; I don't want it to be hardcoded but rather tied to i18n.defaultLocale
tooltip-format = ''
<big>{:%Y %B}</big>
<big>{:L%Y %B}</big>
<tt><small>{calendar}</small></tt>'';
};
}];