mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
Make the mode change easier to understand
I had to look into the code to understand what you meant by "This can be changed by changing the "mode" option in the config file". An example would help.
This commit is contained in:
parent
a9b8c9bb39
commit
091c59e3a1
|
|
@ -244,6 +244,15 @@ file. The available modes are:
|
|||
- `flat` - No separator is used between segments, giving each segment a
|
||||
rectangular appearance (and also saves space).
|
||||
|
||||
```
|
||||
{
|
||||
"segments": [
|
||||
...
|
||||
],
|
||||
"mode": "compatible"
|
||||
}
|
||||
```
|
||||
|
||||
### Themes
|
||||
|
||||
The `powerline_shell/themes` directory stores themes for your prompt, which are
|
||||
|
|
|
|||
Loading…
Reference in a new issue