Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.34k stars 851 forks source link

Power Line fonts? #476

Closed Orionx86 closed 5 years ago

Orionx86 commented 6 years ago

https://github.com/powerline/fonts

Can we integrate so we can get working zsh prompts? I looked into how its done today and looks like it requires to build into the app rather than use the systems existing font store.

WhiskeyTuesday commented 5 years ago

HD Hermit (Modern) works for me. I use vim-airline with the promptline.vim and tmuxline.vim extensions on top of zsh.

screenshot from 2018-11-23 14-25-01 screenshot from 2018-11-23 14-25-06 screenshot from 2018-11-23 14-25-12

Swordfish90 commented 5 years ago

With 1.1.0 you are able to use any system font so you can install them separately.

cvuorinen commented 5 years ago

@Swordfish90 what is the criteria by which it filters the system fonts? I am not seeing all my fonts in the dropdown menu. Not even all monospaced fonts are there.

mccollam commented 5 years ago

@cvuorinen at least for me in Linux, it appears to look in /usr/share/fonts but not in the local user font cache. So it seems that they must be truly system fonts rather than just installed fonts.

rodrigo-ceccato commented 3 years ago

For me, it works with I open it from my terminal: image

But will not work if I open it directly from the .desktop or with 'terminator -e "cool-retro-term"' : image

Any tip on how to investigate this?