Skip to content

Instantly share code, notes, and snippets.

@ndlrx
Created December 8, 2018 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndlrx/30534e73cfb2998eab4cd877a9aa88a2 to your computer and use it in GitHub Desktop.
Save ndlrx/30534e73cfb2998eab4cd877a9aa88a2 to your computer and use it in GitHub Desktop.
Urxvt missing unicode powerline fonts

Just change the font configuration as below:

URxvt*font:                 xft:Agave:pixelsize=24:minspace=False, xft:DejaVu Sans:pixelsize=18
URxvt*boldFont:             xft:Agave:pixelsize=24:minspace=False, xft:DejaVu Sans:pixelsize=18
URxvt*letterSpace: 0

Reload.

xrdb ~/.Xresources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment