-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
vertically stretched icons #37
Comments
This is a known problem and actually I am not sure the best way to make the mono sized glyphs appear big enough without some stretching. In gnome terminal you should be able to use one of the double-width glyph fonts (they won't appear stretched) instead of the true Mono ones. For example use As for patching your own it should be as simple as:
|
Thx a lot :) |
I am experiencing the same thing with my Arch Linux, URxvt, vim+nerdtree and vim-devicons. Font is Sauce Code Pro Complete Mono. Actually also happens in the i3statusbar, using the same font. |
@MadsRC @pr0x1m4 Thanks for the info. Unfortunately it is a limitation of the script and my knowledge of how to best fix it. The only current alternative as @pr0x1m4 mentioned is to not use the single width glyph version of the font (basically a font name that doesn't end in 'mono'). This also is a WIP to be cleared up (which font do I even want?) |
I just discovered that changing workspaces in i3wm fixes the cut icons... Weird. |
Nice solution/idea 😄 Not sure why it would not work in gvim however |
The problem (font without |
The stretching at least should now be fixed in 0.9.0 branch.. if anyone would like to try it out |
since v1.0.0 release this is fixed |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
Hi there.
What shall I do to fix 'stretching' effect?
example:
emulator: gnome terminal
font: droid sans mono for powerline plus nerd file types mono 12
Also, I will be very grateful if someone describe how to patch default ubuntu mono font. :)
The text was updated successfully, but these errors were encountered: