Skip to content

Commit

Permalink
docs: add note about default prefix/postfix settings
Browse files Browse the repository at this point in the history
closes #859
  • Loading branch information
JustinGrote authored and JanDeDobbeleer committed Jul 24, 2021
1 parent 5ed452e commit 3d493b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/configuration.md
Expand Up @@ -179,6 +179,7 @@ if we're at the last segment). Expects segments to have a colored background, el
#### Plain

Simple. Colored text on a transparent background. Make sure to set `foreground` for maximum enjoyment.
Segments will be separated by empty spaces unless you specify `''` for the `prefix` and `postfix` settings for the segment.

#### Diamond

Expand Down Expand Up @@ -265,10 +266,14 @@ You can use these on any segment, the engine is responsible for adding them corr
##### Prefix

The string content will be put in front of the segment's output text. Useful for symbols, text or other customizations.
If this is not set, it will be an empty space in `plain` mode. If you want to remove the space before the segment,
specify this as `''`.

##### Postfix

The string content will be put after the segment's output text. Useful for symbols, text or other customizations.
If this is not set, it will default to an empty space in `plain` mode. If you want to remove the space after the segment,
specify this as `''`.

##### Include / Exclude Folders

Expand Down

0 comments on commit 3d493b2

Please sign in to comment.