This comment has been minimized.
This comment has been minimized.
Awesome! Can you provide Monaco patched font too? |
This comment has been minimized.
This comment has been minimized.
+1 for patched Monaco |
This comment has been minimized.
This comment has been minimized.
Thank you :D |
This comment has been minimized.
This comment has been minimized.
this is great, but what are the fontnames to be use on the vimrc file ? rather confused. |
This comment has been minimized.
This comment has been minimized.
@suvash These fonts need to be installed in your machine, and then selected as your terminal font. You have to change nothing in your .vimrc (well, you need to activate the "fancy" mode, as the documentation says). |
This comment has been minimized.
This comment has been minimized.
Thanks a lot, and also found the trick for non-terminal vim(I use MacVim occasionally).
|
This comment has been minimized.
This comment has been minimized.
If you want a version of Menlo that includes bold, italic, and bold italic: https://gist.github.com/1627888 |
This comment has been minimized.
This comment has been minimized.
Wish there was a Consolas patch.. :) |
This comment has been minimized.
This comment has been minimized.
Folks, I'm not going to provide any more patched fonts. I did the 3 up there for myself and a friend. Download vim-powerline, check out the readme, and get it working like I did if you want it with your own font. |
This comment has been minimized.
This comment has been minimized.
Thanks for providing the fonts! I owe you a |
This comment has been minimized.
This comment has been minimized.
Unrelated noob question: how do you attach a binary font file (ttf) to a gist? I patched Meslo DZ and I want to make it available. |
This comment has been minimized.
This comment has been minimized.
I used the gist command line tool. You might want to zip it first though -- someone said they had trouble with the first file I uploaded. I'm not sure of it was an issue with gist or the browser mangling the download.
…On Jan 19, 2012, at 7:37 PM, ***@***.*** wrote:
Unrelated noob question: how do you attach a binary font file (ttf) to a gist? I patched Meslo DZ and I want to make it available.
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1595572
|
This comment has been minimized.
This comment has been minimized.
When using your patched Inconsolata font, and Powerline_symbols set to fancy, I get boxes instead of the patched characters. Here's a screenshot: Is there a setting I'm missing, or is the font not working correctly? All my settings seem to be set to UTF-8 and using urxvt. Edit: I've tried another font from the wiki, and it seems to work. This tells me the font you provide might not be functional. |
This comment has been minimized.
This comment has been minimized.
@clownfart |
This comment has been minimized.
This comment has been minimized.
@goatslacker that isn't a file. I've tried :PowerlineClearCache as well. Edit: I was able to patch my own font, but the glyphs have a lower line height than Inconsolata-dz has. I will try with normal Inconsolata. |
This comment has been minimized.
This comment has been minimized.
Thank you very much for those patched fonts. It saved my life (not able to compile on my MAC). |
This comment has been minimized.
This comment has been minimized.
Font doesn't display correct in gvim, everything has wide spacings. Can anyone help? |
This comment has been minimized.
This comment has been minimized.
@6msj vim did not find the font. Try the following in your .vimrc:
|
This comment has been minimized.
This comment has been minimized.
Excellent. Many Thanks. |
This comment has been minimized.
This comment has been minimized.
My statusline looks strange with the Inconsolata font. This is in vim inside iTerm. It works just fine with MacVim http://cl.ly/1M1C2T161E2D2S0f0w17 Have anyone got any idea? |
This comment has been minimized.
This comment has been minimized.
I just downloaded Mensch and this is crazy. |
This comment has been minimized.
This comment has been minimized.
@metamorfos i think you might have to increase the size of your status bar. |
This comment has been minimized.
This comment has been minimized.
that, amongst other things, did it @supr |
This comment has been minimized.
This comment has been minimized.
I had the same issue as metamorfos (using terminal vim and iTerm2) and found 2 ways to fix it. One, you can choose a different font. Two, you can mess with the vertical line height of the terminal font. Hope that helps someone. |
This comment has been minimized.
This comment has been minimized.
Thanks much for the inconsolata-dz patch! :) I love powerline. |
This comment has been minimized.
This comment has been minimized.
I just patched Inconsolata (after battling to get fontforge to compile). I made the following tweak to get the arrows to line up perfectly: diff --git a/fontpatcher/fontpatcher b/fontpatcher/fontpatcher
index 2c54a3f..6e75838 100755
--- a/fontpatcher/fontpatcher
+++ b/fontpatcher/fontpatcher
@@ -177,7 +177,7 @@ for font_path in args.fonts:
font.transform(psMat.translate(0, font_dim['ymax'] - sym_dim['ymax']))
# Then move it the y center difference
- font.transform(psMat.translate(0, sym_ycenter - font_ycenter))
+ font.transform(psMat.translate(0, sym_ycenter - font_ycenter - 66))
# Ensure that the glyph doesn't extend outside the font's bounding box
if sym_dim['width'] > font_dim['width']: |
This comment has been minimized.
This comment has been minimized.
Love to see this for Adobe's new Source Code Pro. |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
@davidchambers Excellent work, thank you! Finally, I have a decent looking status bar. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cool, i like it ! |
This comment has been minimized.
This comment has been minimized.
I ended up having to make some tweaks to the Here is my font file for anyone else who stumbles upon this: http://cl.ly/3Q362Q2M1e1h Enabled using Here are my changes to the
|
This comment has been minimized.
This comment has been minimized.
Can someone update these fonts to the new code points? ohmyzsh/ohmyzsh#1872 |
This comment has been minimized.
This comment has been minimized.
You can get the menlo patched font at least from my dotfiles here: I couldn't find a decent font with the new code points, so I ripped the menlo ttc from OS X and patched it. |
This comment has been minimized.
This comment has been minimized.
The best source for the updated fonts seems to be https://github.com/Lokaltog/powerline-fonts |
This comment has been minimized.
This comment has been minimized.
@justin8 your Menlo font is not working Can someone provide a Menlo patched font please ? |
This comment has been minimized.
This comment has been minimized.
@Toogy Not sure if this works for you, but this copy of Menlo seems to have solved the problem for myself. |
This comment has been minimized.
This comment has been minimized.
I don't know if this helps anyone else, try changing your iTerm's profile to Pastel (Dark Background). It fixed the icon display issue for me. My terminal now looks exactly like http://www.paradox.io/posts/9-my-new-zsh-prompt. FYI, I did install the above fonts. |
This comment has been minimized.
This comment has been minimized.
Superlative work! |
This comment has been minimized.
This comment has been minimized.
These fonts don't seem to work? I just installed these, along with Prezto, then when I choose one of these fonts in iTerm2, the font changes in the terminal, but the ugly symbols remain (I don't see the nice powerline triangles). |
This comment has been minimized.
This comment has been minimized.
I have the same problem as trukstr. I installed the fonts from https://github.com/powerline/fonts but not all icons are shown correctly |
This comment has been minimized.
This comment has been minimized.
Thank you! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@topdown +1 |
This comment has been minimized.
This comment has been minimized.
Thx :) |
This comment has been minimized.
This comment has been minimized.
Thank you! |
This comment has been minimized.
This comment has been minimized.
awesome~ |
This comment has been minimized.
This comment has been minimized.
@topdown What's the bullet and the plus sign after the branch name ? I don't have this using the exact same theme but with SourceCode Pro for Powerline ? |
This comment has been minimized.
Awesome to the max