Skip to content
New issue

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

Unconsistent vertical posititoning of text in segments #118

Open
chw90 opened this issue Aug 6, 2021 · 0 comments
Open

Unconsistent vertical posititoning of text in segments #118

chw90 opened this issue Aug 6, 2021 · 0 comments

Comments

@chw90
Copy link

chw90 commented Aug 6, 2021

I can't figure out how to have all text in the spaceline at the same baseline. Look - the project name ("rcalg"), the filename ("main.py") and the mode descriptor ("Python") are vertically offset to the rest of the text:

screenshot_2021-08-06-210042

I have the following custimized:

   dotspacemacs-default-font '("DejaVu Sans Mono"
                               :size 11.5
                               :weight normal
                               :width normal)

And via M-x customize-group:

 '(spaceline-all-the-icons-eyebrowse-display-name nil)
 '(spaceline-all-the-icons-flycheck-alternate t)
 '(spaceline-all-the-icons-icon-set-git-ahead 'commit)
 '(spaceline-all-the-icons-icon-set-modified 'circle)
 '(spaceline-all-the-icons-icon-set-window-numbering 'square)
 '(spaceline-all-the-icons-primary-separator "")
 '(spaceline-all-the-icons-secondary-separator "")
 '(spaceline-all-the-icons-separator-type 'arrow)

Can I adjust this somehow?

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

No branches or pull requests

1 participant