source-foundry / Hack

A typeface designed for source code
http://sourcefoundry.org/hack/
Other
16.39k stars 613 forks source link

Arrow is small and the position isn't correct #453

Closed SarKurd closed 6 years ago

SarKurd commented 6 years ago

if anyone has a suggestion please let me know

i don't have much info with Powerline and ZSH so here the files

.zshrc


ZSH_THEME="powerlevel9k/powerlevel9k"

POWERLEVEL9K_MODE='nerdfont-complete'

zsh_wifi_signal(){
    local color='%F{black}'
    echo -n "%{$color%}\uf186"
}

POWERLEVEL9K_CUSTOM_WIFI_SIGNAL="zsh_wifi_signal"
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( custom_wifi_signal dir vcs )
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status nvm time)
POWERLEVEL9K_CHRUBY_SHOW_ENGINE=true

https://imgur.com/g8vx6I1

https://imgur.com/RTUHhhy

SarKurd commented 6 years ago

Wrong place sorry lol

chrissimpkins commented 6 years ago

:)