waybar: fix clock locale

This commit is contained in:
Leonardo Eugênio 2024-07-15 12:03:13 -03:00
parent 752f029bce
commit 1475ab2806

View file

@ -106,7 +106,7 @@ in
};
clock = {
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>";
calendar = {
mode = "year";