Skip to content

Commit

Permalink
docs: order of sections fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Sep 10, 2022
1 parent fca8d07 commit 369e668
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,6 @@ flag with following meaning:
Gdu can read (and write) YAML configuration file.
It's stored in $HOME/.gdu.yaml by default.

## Styling

There are wast ways how terminals can be colored.
Some gdu primitives (like basic text) addapt to different color schemas, but the selected/highlighted row does not.

If the default look is not sufficient, it can be changed in configuration file, e.g.:

```
style:
selected-row:
text-color: black
background-color: "#ff0000"
```

### Examples

* To configure gdu to permanently run in gray-scale color mode:
Expand All @@ -176,6 +162,20 @@ echo "no-color: true" > ~/.gdu.yaml
gdu --write-config
```

## Styling

There are wast ways how terminals can be colored.
Some gdu primitives (like basic text) addapt to different color schemas, but the selected/highlighted row does not.

If the default look is not sufficient, it can be changed in configuration file, e.g.:

```
style:
selected-row:
text-color: black
background-color: "#ff0000"
```

## Memory usage

### Automatic balancing
Expand Down

0 comments on commit 369e668

Please sign in to comment.