Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Extra vertical separator in different color for each segment #1317

Closed
sdlins opened this issue Jun 21, 2019 · 4 comments
Closed

Extra vertical separator in different color for each segment #1317

sdlins opened this issue Jun 21, 2019 · 4 comments

Comments

@sdlins
Copy link

sdlins commented Jun 21, 2019

Describe Your Issue

I have a vertical separator in different color for each segment :-/

Captura de tela de 2019-06-21 20-25-57

Have you tried to debug or fix it?

I am a noob in terms of oh-my-zsh but I tried some different color configs, specially for OS_ICON and USER_DEFAULT, with no results.

Now, my relevant configs are:

ZSH_THEME="powerlevel10k/powerlevel10k"
POWERLEVEL9K_MODE="nerdfont-complete"

# Customizacoes
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon user vcs dir_writable)

POWERLEVEL9K_TIME_FOREGROUND='250'
POWERLEVEL9K_TIME_BACKGROUND='240'

POWERLEVEL9K_OS_ICON_FOREGROUND='250'
POWERLEVEL9K_OS_ICON_BACKGROUND='240'

POWERLEVEL9K_USER_DEFAULT_FOREGROUND='240'
POWERLEVEL9K_USER_DEFAULT_BACKGROUND='250'

POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX=""
POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX=""
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true

Environment Information

This information will help us understand your configuration.

  • What version of ZSH are you using?
    zsh 5.5.1 (x86_64-ubuntu-linux-gnu)
  • Do you use a ZSH framework (e.g., Oh-My-ZSH, Antigen)?
    Oh-My-ZSH
  • How did you install P9k (cloning the repo, by tarball, a package from your OS, etc.,)?
    git clone
  • What version of P9k are you using?
    v0.6.7
  • Which terminal emulator do you use?
    Tilix
@sdlins sdlins changed the title Extra color in separator Extra vertical separator in different color for each segment Jun 21, 2019
@sdlins
Copy link
Author

sdlins commented Jun 21, 2019

In my right section I have no problem.

@romkatv
Copy link

romkatv commented Jun 22, 2019

Oh no! Not the vertical separators!

See #1313.

@sdlins
Copy link
Author

sdlins commented Jun 23, 2019

Thank you @romkatv! I changed the terminal font from "Hack Nerd Font Regular" to other options, including mono, but the only is working fine is "Hack Regular".

A downside is that the icons are smaller. But I still preffer smaller icons than those "vertical" problems.

@VladimirMikulic
Copy link

@sdlins you can fix some of these small icons by installing all fonts except the last one from here https://github.com/ryanoasis/nerd-fonts/tree/master/src/glyphs.

Now, some of them will still be small, but it's still better than nothing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants