mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-06 06:50:43 +00:00
docs: fix invalid flag in docs (#1523)
The docs set the colour theme as a config flag, but we moved colours to styles.theme so that's invalid.
This commit is contained in:
@@ -8,7 +8,7 @@ You can configure flags by putting them in `[flags]` table. Example:
|
||||
|
||||
```toml
|
||||
[flags]
|
||||
color = "nord-light"
|
||||
hide_avg_cpu = true
|
||||
```
|
||||
|
||||
Most of the [command line flags](../command-line-options.md) have config file equivalents to avoid having to type them out
|
||||
|
||||
Reference in New Issue
Block a user