summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde <daniel@milde.cz>2022-09-11 01:12:54 +0200
committerDaniel Milde <daniel@milde.cz>2022-09-11 01:12:54 +0200
commit369e66849b319343b6abecd0beabf69ed757da43 (patch)
treeaf05873afa1f249f932ee906d03ca75101708390
parentfca8d079d86c07ed1174dd47cea1854eb3f05e53 (diff)
docs: order of sections fixedv5.17.0
-rw-r--r--README.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 461b626..29c0eaa 100644
--- a/README.md
+++ b/README.md
@@ -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:
@@ -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