We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the provided lego separators E0CE and E0D2, E0D4 it is impossible to construct the prompt shown in the fourth line:
E0CE
E0D2
E0D4
https://github.com/ryanoasis/powerline-extra-symbols/blob/master/preview.png
The text was updated successfully, but these errors were encountered:
I see what you are saying and while I don't remember exactly how it ended up appearing like that you can get very close with those symbols:
echo -e '\e[38;5;250m\e[48;5;240m ryan \e[48;5;31m\e[38;5;240m\e[48;5;240m\uE0CE\e[38;5;15m\e[48;5;31m ~\e[48;5;236m\e[38;5;31m\e[48;5;31m\uE0CE\e[38;5;15m\e[48;5;236m $\e[0m\e[38;5;236m\e[48;5;236m\uE0CE\e[0m'
Sorry, something went wrong.
Yeah, close, but not quite =( unfortunately the vertical line is rather noticeable.
No branches or pull requests
With the provided lego separators
E0CE
andE0D2
,E0D4
it is impossible to construct the prompt shown in the fourth line:https://github.com/ryanoasis/powerline-extra-symbols/blob/master/preview.png
The text was updated successfully, but these errors were encountered: