waybar: fix clock locale
This commit is contained in:
parent
752f029bce
commit
1475ab2806
|
@ -106,7 +106,7 @@ in
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
interval = 60;
|
interval = 60;
|
||||||
format = "<b>{:%H:%M %a %d/%m}</b>";
|
format = "<b>{:L%H:%M %a %d/%m}</b>";
|
||||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||||
calendar = {
|
calendar = {
|
||||||
mode = "year";
|
mode = "year";
|
||||||
|
|
Loading…
Reference in a new issue