Add format-alt for clock, show time by default and full date in alt
This commit is contained in:
parent
a9133f7261
commit
73f46b3121
|
@ -111,7 +111,8 @@
|
|||
format-icons = [ "" "" "" ];
|
||||
};
|
||||
clock = {
|
||||
format = "{: %Y-%m-%d %R}";
|
||||
format = "{: %R}";
|
||||
format-alt = "{: %Y-%m-%d %R}";
|
||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||
calendar = {
|
||||
mode = "month";
|
||||
|
|
Loading…
Reference in a new issue