-
Notifications
You must be signed in to change notification settings - Fork 304
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
Fix cropped text in macOS Big Sur status bar #110
Conversation
This fixes the cropped out text when the "multiline" option is selected (issue hholtmann#109).
Reference https://stackoverflow.com/a/26561522 |
How can I install your version? |
@johnothwolo Hi there, could You compile a version for us? |
@kenrickles to compile I'm not pretty sure but I think you need to do (in the repo's directory)
But with the fact Xcode being 12+ GB and that I have a limited storage, I think I'll pass at least these days, hopefully the OP provides alternatives to install. |
@emadboctorx I tried building it on Xcode and I faced issues like ld: 4 duplicate symbols for architecture x86_64 kinda gave up and will be patient I guess. |
@kenrickles check here |
@kenrickles you just need to declare smcFanControl/smc-command/smc.h Line 101 in 094cf1f
to static UInt8 fannum[] = "0123456789ABCDEFGHIJ"; |
For anybody else I built an unofficial release with the fix here |
@johnothwolo just curious, did you build it using |
@johnothwolo thank You so much! |
Think I will give it a try. I just started programming about 1 month ago. Not too familiar with C++ or swift or Xcode. |
Hi @johnothwolo, unfortunately this change breaks the "single line" option. I fixed it by restricting the change to the "multi-line" option with:
Thanks |
hholtmann#110 Also fixed a bug in the PR which broke the "single-line" display option.
I was so spear focused on the double line issue, I didn't even test single. Thanks. |
This fixes the cropped out text when the "multiline" option is selected (issue #109).