waybar: fix clock locale
This commit is contained in:
parent
752f029bce
commit
1475ab2806
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue