Update docs
Add detailed explanation
This commit is contained in:
parent
cf68dcc762
commit
5535270397
1 changed files with 4 additions and 1 deletions
|
@ -119,12 +119,15 @@ Customize label
|
|||
set -g @dracula-cpu-usage-label "CPU"
|
||||
```
|
||||
|
||||
Show load average instead of percentage
|
||||
Show system load average instead of CPU usage percentage (default)
|
||||
|
||||
```bash
|
||||
set -g @dracula-cpu-display-load true
|
||||
```
|
||||
|
||||
CPU usage percentage (default) - in percentage (output: %)
|
||||
Load average – is the average system load calculated over a given period of time of 1, 5 and 15 minutes (output: x.x x.x x.x)
|
||||
|
||||
#### gpu-usage options
|
||||
|
||||
Customize label
|
||||
|
|
Loading…
Reference in a new issue