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:
0fie 2024-03-23 22:19:39 +02:00 committed by GitHub
parent 025804e0ec
commit f555189371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>";