-
Notifications
You must be signed in to change notification settings - Fork 159
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
Reintroduce analogue clock time icon #700
Conversation
Interesting. Seems like the sizing is worse for some reason? It might be the case that the size factor might want to be tweaked depending on the particular graphical/modeline configuration. Would you like me to expose a clock size customisation variable (and let me know if you'd prefer a |
I set It seems related to the font. If the analogue clock is enabled by default, the users have to set this variable. The experience is not good. |
Ok, so sounds like we should have it off by default. How about I push these changes?
|
Sounds good! But I am wondering how to calculate./tweak the ratios/size? |
Yea, it would be ideal to have something that "just works". I'm not sure how we can do this robustly though? |
Please move forward. And it's better merge #689 into this. Then I just need to merge one. |
Aha! I think I might have figured it out, the problem is that scaling is applied to the SVG based on an I think we might be able to avoid the extra variable after all! Edit: on seconds thoughts, it's still worth having, it's just easier to understand how it works now. |
Let me know how that seems to you. Since I think this fixes the "weird scaling" issue, I've left |
Reattempt d066e7b, this time including the required svg generation function.
I've just made the sizing variable |
Thank you! And I committed a patch 4d1d013 to fix the cache issue. Please check. |
Take 2 of #698, resolving the issue noted in #698 (comment).
Now works on my machine without me loading my config 😉.