Merge pull request #7 from 0fie/main

feat: current date will now be highlighted on hover
This commit is contained in:
Frost-Phoenix 2024-03-24 12:31:58 +01:00 committed by GitHub
commit 351facd159
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>";