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

Widgets look bad with Symbols Nerd Font #3

Open
nosewings opened this issue Jun 16, 2024 · 0 comments
Open

Widgets look bad with Symbols Nerd Font #3

nosewings opened this issue Jun 16, 2024 · 0 comments

Comments

@nosewings
Copy link

With nerd-icons-font-family set to "Symbols Nerd Font", my dashboardlooks like the following:
Screenshot 2024-06-15 at 10 31 17 PM
The problem comes from (insert (format "%-3s" icon)) in, e.g., doom-dashboard-insert-project-shortmenu. The produced string inherits the properties of the icon, including its font, and "Symbols Nerd Font" only has icons.

This could be fixed by simply replacing the offending code with (insert (string-pad icon 3)).

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

1 participant