Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.46k stars 946 forks source link

Rounded corners for prompts? #1378

Open wilpowers opened 4 years ago

wilpowers commented 4 years ago

Are rounded (ellipsoid) ends possible for prompts?

romkatv commented 4 years ago

With Powerlevel9k you can specify custom heads (ends that point inwards) but not tails (ends that point outwards). There are half-circle glyphs in Nerd Fonts but I don't know if there are half ellipsoid glyphs with non-zero eccentricity anywhere. If you really want to, it's not too difficult to draw them by yourself.

wilpowers commented 4 years ago

Can you point me to some documentation for custom drawing the tails? I want to do a Star Trek: TNG style prompt.

romkatv commented 4 years ago

Can you point me to some documentation for custom drawing the tails? I want to do a Star Trek: TNG style prompt.

Star Trek: TNG console has rounded outward edges. Powerlevel9k doesn't support this.

By the way, the theme you want to use is literally "powerlevel9k", right? It's not some other theme that has a similar name? This subtle difference has significant implications on the answer to your question.

wilpowers commented 4 years ago

Yes, that's the ZSH theme I'm using with the nerd fonts set. Sounds like you're implying another theme can do what I want to accomplish...

romkatv commented 4 years ago

Sounds like you're implying another theme can do what I want to accomplish...

I wouldn't dare.

wilpowers commented 4 years ago

Thank you for your responses.