Minor changes to docs in README and theme file.
This commit is contained in:
parent
3f074d5e98
commit
9a507fbdae
|
@ -100,8 +100,8 @@ necessary.
|
||||||
#### Alternative Configuration: Über
|
#### Alternative Configuration: Über
|
||||||
|
|
||||||
Alternatively, you can install [Awesome Powerline
|
Alternatively, you can install [Awesome Powerline
|
||||||
Fonts](https://github.com/gabrielelana/awesome-terminal-fonts/tree/patching-strategy/patched),
|
Fonts](https://github.com/gabrielelana/awesome-terminal-fonts), which provide
|
||||||
which provide a number of additional glyphs.
|
a number of additional glyphs.
|
||||||
|
|
||||||
You then need to indicate that you wish to use the additional glyphs by defining
|
You then need to indicate that you wish to use the additional glyphs by defining
|
||||||
the following in your `~/.zshrc`:
|
the following in your `~/.zshrc`:
|
||||||
|
|
|
@ -46,11 +46,13 @@
|
||||||
CURRENT_BG='NONE'
|
CURRENT_BG='NONE'
|
||||||
|
|
||||||
# These characters require the Powerline fonts to work properly. If see boxes or
|
# These characters require the Powerline fonts to work properly. If see boxes or
|
||||||
# bizarre characters below, your fonts are not correctly installed. In case you
|
# bizarre characters below, your fonts are not correctly installed. If you
|
||||||
# do not want to install a special font, you can set `POWERLEVEL9K_MODE` to
|
# do not want to install a special font, you can set `POWERLEVEL9K_MODE` to
|
||||||
# `compatible`. This shows all icons in regular symbols.
|
# `compatible`. This shows all icons in regular symbols.
|
||||||
case $POWERLEVEL9K_MODE in
|
case $POWERLEVEL9K_MODE in
|
||||||
'flat')
|
'flat')
|
||||||
|
# Awesome-Patched Font required!
|
||||||
|
# See https://github.com/gabrielelana/awesome-terminal-fonts/tree/patching-strategy/patched
|
||||||
LEFT_SEGMENT_SEPARATOR=''
|
LEFT_SEGMENT_SEPARATOR=''
|
||||||
RIGHT_SEGMENT_SEPARATOR=''
|
RIGHT_SEGMENT_SEPARATOR=''
|
||||||
ROOT_ICON="\uE801" #
|
ROOT_ICON="\uE801" #
|
||||||
|
@ -103,7 +105,8 @@ case $POWERLEVEL9K_MODE in
|
||||||
VCS_HG_ICON='HG'
|
VCS_HG_ICON='HG'
|
||||||
;;
|
;;
|
||||||
'awesome-patched')
|
'awesome-patched')
|
||||||
# Awesome-Patched Font required! See https://github.com/gabrielelana/awesome-terminal-fonts/tree/patching-strategy/patched
|
# Awesome-Patched Font required!
|
||||||
|
# See https://github.com/gabrielelana/awesome-terminal-fonts/tree/patching-strategy/patched
|
||||||
LEFT_SEGMENT_SEPARATOR="\uE0B0" #
|
LEFT_SEGMENT_SEPARATOR="\uE0B0" #
|
||||||
RIGHT_SEGMENT_SEPARATOR="\uE0B2" #
|
RIGHT_SEGMENT_SEPARATOR="\uE0B2" #
|
||||||
ROOT_ICON="\u26A1" # ⚡
|
ROOT_ICON="\u26A1" # ⚡
|
||||||
|
@ -132,7 +135,8 @@ case $POWERLEVEL9K_MODE in
|
||||||
VCS_HG_ICON="\uE1C3 " #
|
VCS_HG_ICON="\uE1C3 " #
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# Powerline-Patched Font required! See https://github.com/Lokaltog/powerline-fonts
|
# Powerline-Patched Font required!
|
||||||
|
# See https://github.com/Lokaltog/powerline-fonts
|
||||||
LEFT_SEGMENT_SEPARATOR="\uE0B0" #
|
LEFT_SEGMENT_SEPARATOR="\uE0B0" #
|
||||||
RIGHT_SEGMENT_SEPARATOR="\uE0B2" #
|
RIGHT_SEGMENT_SEPARATOR="\uE0B2" #
|
||||||
ROOT_ICON="\u26A1" # ⚡
|
ROOT_ICON="\u26A1" # ⚡
|
||||||
|
|
Loading…
Reference in New Issue