Powerlevel10k: How can I rotate glyph/icons?

Created on 18 Aug 2020  路  1Comment  路  Source: romkatv/powerlevel10k

Aloha! 馃檪

I set icons:

image

typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="%{%F{050}%}\u250f"
typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="%{%F{050}%}\u2517%F{cyan}\uF460%F{073}\uF460%F{109}\uF460%f "

I want to set the same icons for RIGHT side too! How can I rotate these icons?

...source Modified Abyss for VSCode.

Most helpful comment

Replace your two lines with this:

typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%F{50}\u250F%f'
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX='%F{50}\u2513%f'
typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX='%F{50}\u2517%F{6}\uF460%F{73}\uF460%F{109}\uF460%f'
typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX='%F{109}\uF47D%F{73}\uF47D%F{6}\uF47D%F{50}\u251B%f'

>All comments

Replace your two lines with this:

typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%F{50}\u250F%f'
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX='%F{50}\u2513%f'
typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX='%F{50}\u2517%F{6}\uF460%F{73}\uF460%F{109}\uF460%f'
typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX='%F{109}\uF47D%F{73}\uF47D%F{6}\uF47D%F{50}\u251B%f'
Was this page helpful?
0 / 5 - 0 ratings

Related issues

alex-popov-tech picture alex-popov-tech  路  4Comments

Mystic8b picture Mystic8b  路  4Comments

bwoodruff picture bwoodruff  路  6Comments

lucascosti picture lucascosti  路  5Comments

dylanjm picture dylanjm  路  3Comments