-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Rebuild MesloLGS NF with newer icons #2217
Comments
My plan is as follows.
An alternative to 3 & 4 is to rebuild MesloLGS NF based on v2.3.3 of Nerd Fonts without overriding the source font at F500-FD46. In other words, do now what Nerd Fonts promises to do with v3. I'm working on steps 1-2. I haven't yet decided how to proceed after that. |
The following command can be used to find all icons between U+F500 and U+FD46 used by powerlevel10k:
|
Steps 1 & 2 are done in https://github.com/romkatv/powerlevel10k/tree/nerdfonts-v3. I don't want to merge this branch as-is because it'll imply that users of MesloLGS NF will have to answer "No" to one of the font capability questions, which is bound to cause confusion and complaints. I'm now working on Step 3. If I succeed, I'll merge branch nerdfonts-v3 into master. |
Step 3 is done. If you are already using MesloLGS NF, consider updating your font. The robust way to do it:
|
I've modified the wizard to prefer the legacy Material icons over the new ones because the new icons trigger a bug in Windows Terminal. I've reported it here: microsoft/terminal#15086 |
@romkatv Seems like there's a typo in the Kubernetes icon. powerlevel10k/internal/icons.zsh Line 527 in b474978
❯ echo -e '\F10FE'
\F10FE
❯ echo -e '\UF10FE'
Let me know if this is a valid observation, I'll send a PR to update the icon unicode. |
Thanks! Fixed. |
New icons have been added to Nerd Fonts since the last time MesloLGS NF has been built. MesloLGS NF needs to be rebuilt to include them.
See #2033, #2167, #2184, #2216.
The text was updated successfully, but these errors were encountered: