Made clock module monospace and also localized.
This commit is contained in:
parent
79a0b32df4
commit
12a9b90dae
|
|
@ -86,11 +86,11 @@ in {
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
interval = 1;
|
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 =
|
locale =
|
||||||
"fr_CA.utf8"; # TODO fix this; I don't want it to be hardcoded but rather tied to i18n.defaultLocale
|
"fr_CA.utf8"; # TODO fix this; I don't want it to be hardcoded but rather tied to i18n.defaultLocale
|
||||||
tooltip-format = ''
|
tooltip-format = ''
|
||||||
<big>{:%Y %B}</big>
|
<big>{:L%Y %B}</big>
|
||||||
<tt><small>{calendar}</small></tt>'';
|
<tt><small>{calendar}</small></tt>'';
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue