Fork me on GitHub
#spacemacs
<
2017-03-17
>
cpmcdaniel13:03:45

anyone know how to turn off the fancy effects in the status bar?

cpmcdaniel13:03:13

they aren’t really sized properly, and don’t display at all in terminal mode

cpmcdaniel14:03:40

well, that turns the whole modeline off, but now that I think about it, most of the modeline information other than the filename I generally ignore

jeff.terrell14:03:21

@cpmcdaniel - Fair enough. There are other modeline toggles under SPC t m that you might explore.

voxdolo15:03:40

@cpmcdaniel if it's the separators between the things in the modeline that is bothering you, you can change the separator in our .spacemacs... I set mine to nil, ala:

(setq powerline-default-separator nil
        powerline-center-theme t)

cpmcdaniel15:03:15

ah, powerline - that is what I am looking for. Thanks!

voxdolo15:03:20

:thumbsup: