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