5

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?

azmeuk
  • 4,026
  • 3
  • 37
  • 64

1 Answers1

7

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"
    },
}
azmeuk
  • 4,026
  • 3
  • 37
  • 64