waybar: swap main ant alt versions of clock module
This commit is contained in:
parent
12b4eb71d0
commit
8ecb501776
|
@ -112,8 +112,8 @@
|
||||||
format-icons = [ "" "" "" ];
|
format-icons = [ "" "" "" ];
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
format = "{: %R}";
|
format = "{: %Y-%m-%d %R}";
|
||||||
format-alt = "{: %Y-%m-%d %R}";
|
format-alt = "{: %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