petobens / trueline

Fast and extensible bash powerline prompt with true color and fancy icon support
MIT License
385 stars 36 forks source link

Home and Read Only icons not showing up #11

Closed nathansmerrill closed 5 years ago

nathansmerrill commented 5 years ago

The prompt looks pretty good already, but the home and read only icons aren't showing up. Here's what it looks like and here's my .bashrc. For the font, I'm using Source Code Pro for Powerline.

petobens commented 5 years ago

Can you please paste your config?

petobens commented 5 years ago

Oh you already did. I'll have a look into it.

petobens commented 5 years ago

Mmm I cannot reproduce this. Can you try opening vim and typing Ctrl-v uf015 while in insert mode and see if the home icon shows? If it doesn't then it's a terminal/font problem rather than a trueline one:

Peek 2019-08-25 11-38

nathansmerrill commented 5 years ago

When I do that, it shows a box with a x in it.

petobens commented 5 years ago

Try installing sauce code pro from the nerd fonts package and see if the problem persists (it shouldn't)

Sent from Yahoo Mail for iPhone

On Sunday, August 25, 2019, 15:03, DatMrMe notifications@github.com wrote:

When I do that, it shows a box with a x in it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

nathansmerrill commented 5 years ago

Thanks so much, it works! The only problem is that the home icon is too small (see here). Is there any way to make it bigger?

petobens commented 5 years ago

Is it also small when you do the Ctrl-v uf015 mentioned above?

nathansmerrill commented 5 years ago

Yeah. Here's what it looks like

petobens commented 5 years ago

Then it's a more general problem with your font/terminal size... I'm closing now since the original issue has been addressed and the size problem doesn't seem to be trueline specific.