Skip to content
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

Clock is fuzzy #4

Closed
urifoox opened this issue Oct 5, 2021 · 17 comments
Closed

Clock is fuzzy #4

urifoox opened this issue Oct 5, 2021 · 17 comments

Comments

@urifoox
Copy link
Contributor

urifoox commented Oct 5, 2021

image

Is there anyway to make it less fuzzy/discolored? Also it says 05 but it should say 5

Here is the main taskbar one

image

@marticliment
Copy link
Owner

Part 1: I've fixed the extra zero.

Part 2: I've improved the look, but still not perfect:
Default: image
ElevenClock image

@urifoox
Copy link
Contributor Author

urifoox commented Oct 5, 2021

Looks like if you remove the bold from the ElevenClock version it might match

@marticliment
Copy link
Owner

No, it looks in the same way, but on "light" font it is too light

@marticliment
Copy link
Owner

With regular font

image

@urifoox
Copy link
Contributor Author

urifoox commented Oct 5, 2021

Push a build, I'll test and let you know

@marticliment
Copy link
Owner

I'll build when i can, i'll try to dix the other issues before

marticliment added a commit that referenced this issue Oct 5, 2021
@marticliment
Copy link
Owner

I've pushed a build, restart elevenclock and it will update

@urifoox
Copy link
Contributor Author

urifoox commented Oct 5, 2021

Looks way better!

Extra 0 gone from day 👍
Cannot get it to disappear 👍
Calendar always opens 👍

Nice job!!

Font is still a little bit off, I don't know how you fix that. It looks like the kerning on the font is wrong or the weight? Notice the spacing

image

@marticliment
Copy link
Owner

Happy to hear that it looks better. I'll study this smaller misalignment

@urifoox
Copy link
Contributor Author

urifoox commented Oct 5, 2021

I think you want to use Segoe UI Light or Semilight

@marticliment
Copy link
Owner

Yes, i've tried, nope, it does not work (actually the light mode works with Segoe UI Variable Semilight). But light font is too light on dark mode, and looks awful

@marticliment
Copy link
Owner

But thank you anyway ;)

@urifoox
Copy link
Contributor Author

urifoox commented Oct 5, 2021

I'm trying to compile locally but get
ImportError: No module named _bootlocale
Any advice here? I want to play around w/ the fonts.

@urifoox
Copy link
Contributor Author

urifoox commented Oct 5, 2021

I downgraded python to 3.8 worked fine.

@urifoox
Copy link
Contributor Author

urifoox commented Oct 5, 2021

self.move(w-(80dpix), h-(48dpiy))
self.font: QFont = QFont("Segoe UI Semilight")
self.font.setPointSizeF(8.5)

Results in this for me

image

Hope it helps you!

@urifoox
Copy link
Contributor Author

urifoox commented Oct 5, 2021

I'd even say 79 instead of 80 will get you perfect pixel positioning...but I've probably fiddled with this enough lol 😄

@marticliment
Copy link
Owner

marticliment commented Oct 6, 2021

image

Thank you @urifoox, i used your idea (little bit tweaked) and got it as near as perfect as I could.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants