2

How to fix size of powerline in Spacemacs?

Somehow my powerline changed in size.

Screenshot: [

Muds
  • 4,006
  • 5
  • 31
  • 53
kar univer
  • 45
  • 1
  • 2
  • 5

2 Answers2

0

How to fix size of powerline in Spacemacs?

It seems like problem with unicode.

Solution for Fedora 23: sudo dnf install adobe-source-code-pro-fonts

kar univer
  • 45
  • 1
  • 2
  • 5
0

Change the powerline-scale to 1.1 And It will fix the problem

dotspacemacs-default-font '("Consolas"
                               :size 16
                               :weight normal
                               :width normal
                               :powerline-scale 1.1)
prasad
  • 219
  • 3
  • 17