-
Notifications
You must be signed in to change notification settings - Fork 90
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
Feature request: fixed width for clock area #16
Comments
This is actually an excellent point. I'll just fix the clock width, and will probably give the user the choice about the clock position (right, middle, left?) and font. Will look into it ASAP. |
I'll probably go for the fixed width font solution. That could be triggered in the settings, even if I'm not completely happy with the final result. Anyway, the clock position will be fixed. Another solution I'm trying to implement is the automatic calculation of the required space for a given format. When no width is set, I would fetch the size of the container div as |
Hum, apparently the fixed width thing works fine (I'm still refining it, but there should be no problem with that). Now, I'm not sure the fixed width option could be actually needed... |
Closing, it should be fixed with the new release! |
By default, the clock area is text-aligned to the right edge of the bottom bar. Additionally, the font is variable-width. When a minute changes (or for more extreme effect, display seconds too), the clock twitches around as different numbers have different widths. As the clock is the rightmost thing on the bar, everything else right-floated on the bar moves around too.
Proposed solutions:
The text was updated successfully, but these errors were encountered: