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
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
||||||
"network"
|
"network"
|
||||||
];
|
];
|
||||||
clock= {
|
clock= {
|
||||||
|
calendar = {
|
||||||
|
format = { today = "<span color='#ff6699'><b><u>{}</u></b></span>"; };
|
||||||
|
};
|
||||||
format = " {:%H:%M}";
|
format = " {:%H:%M}";
|
||||||
tooltip= "true";
|
tooltip= "true";
|
||||||
tooltip-format= "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
tooltip-format= "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue