waybar: swap main ant alt versions of clock module
This commit is contained in:
parent
12b4eb71d0
commit
8ecb501776
|
@ -112,8 +112,8 @@
|
|||
format-icons = [ "" "" "" ];
|
||||
};
|
||||
clock = {
|
||||
format = "{: %R}";
|
||||
format-alt = "{: %Y-%m-%d %R}";
|
||||
format = "{: %Y-%m-%d %R}";
|
||||
format-alt = "{: %R}";
|
||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||
calendar = {
|
||||
mode = "month";
|
||||
|
|
Loading…
Reference in a new issue