Merge pull request #7 from 0fie/main
feat: current date will now be highlighted on hover
This commit is contained in:
commit
351facd159
|
@ -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