Change waybar clock module to correct month format

This commit is contained in:
Evie Litherland-Smith 2023-11-13 11:43:51 +00:00
parent 000a6d0536
commit 04b2ae8206

View file

@ -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";