Change waybar clock module to correct month format
This commit is contained in:
parent
000a6d0536
commit
04b2ae8206
|
@ -114,7 +114,7 @@
|
||||||
format-icons = [ "" "" "" ];
|
format-icons = [ "" "" "" ];
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
format = "{: %Y-%M-%d %R}";
|
format = "{: %Y-%m-%d %R}";
|
||||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||||
calendar = {
|
calendar = {
|
||||||
mode = "month";
|
mode = "month";
|
||||||
|
|
Loading…
Reference in a new issue