-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024.1.0: Advanced clock - draw date #197
2024.1.0: Advanced clock - draw date #197
Conversation
While testing this PR, I found a bug. With There is also the question: Why we need advanced_clock. This feature could be standard. |
I'm not against making it standard, but maybe it's not necessary for everyone, well, and adds a load, though not a big one.
I probably forgot to write this, but in advanced clock mode, So adds the ability to have different colors on the date screen and the clock screen. If making this extended clock feature the default (standard), then maybe that needs to be revised. |
Also I think whether it is necessary to add a separate color for the number and month in the date, or one color for the date and the color for the separator from the clock will be enough. |
I checked with myself, the change works. |
I wanted to add that the numbers change by vertical scrolling as in flip flop clock, but I have not yet figured out how to catch the time of the beginning of the digit change, and how to do it nicely. :) |
Added `set_date_infotext_color` and `time_format_big` `set_infotext_color` when called overrides `set_clock_infotext_color` and `set_date_infotext_color`
This is my current work config:
|
In advanced clock mode, the date separator will be displayed with the color of the clock separator.