feat: current date will now be highlighted on hover
When user hovers on the date module, the current date will now be highlighted. The highlight color can be changed.
This commit is contained in:
parent
025804e0ec
commit
f555189371
|
@ -24,6 +24,9 @@
|
|||
"network"
|
||||
];
|
||||
clock= {
|
||||
calendar = {
|
||||
format = { today = "<span color='#ff6699'><b><u>{}</u></b></span>"; };
|
||||
};
|
||||
format = " {:%H:%M}";
|
||||
tooltip= "true";
|
||||
tooltip-format= "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
||||
|
|
Loading…
Reference in a new issue