You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2026. It is now read-only.
As the title says, I'd like to be able to toggle monospaced (or grid based) character spacing on or off, so that all separators can be displayed with the same character width as numbers and letters, which I believe would make it possible to guarantee vertical alignment of characters across different lines.
(I'm using a monospaced font, and the characters : and - are displayed with different spacing)
Possible issues that come to mind:
Not working properly with separately sized seconds digits
Possible workaround: Only allow it if separately sized seconds digits are disabled?
Not working at all with non monospaced fonts
Seems pretty likely. Is it possible to detect whether a font is monospaced or not? Because if it is, then that would allow for automatically disabling the option with non monospaced fonts.
Thank you for your attention and for the development of DigitalClock.
As the title says, I'd like to be able to toggle monospaced (or grid based) character spacing on or off, so that all separators can be displayed with the same character width as numbers and letters, which I believe would make it possible to guarantee vertical alignment of characters across different lines.
(I'm using a monospaced font, and the characters : and - are displayed with different spacing)
Possible issues that come to mind:
Thank you for your attention and for the development of DigitalClock.