How to disable powerline symbols?

1.6k Views Asked by At

I use powerline installed with pip install powerline-status.

Is there a way to just disable fancy symbols, so I do not have to configure any font to make it work, whatever environment and segments I use?

1

There are 1 best solutions below

1
azmeuk On BEST ANSWER

There is a ascii only theme provided by default.

To activate it, set the following code in .config/powerline/config.json.

{
    "common": {
        "default_top_theme": "ascii"
    },
}