Update docs

Add detailed explanation
This commit is contained in:
adrianmihalko 2021-12-22 23:32:41 +01:00
parent cf68dcc762
commit 5535270397

View file

@ -119,12 +119,15 @@ Customize label
set -g @dracula-cpu-usage-label "CPU" set -g @dracula-cpu-usage-label "CPU"
``` ```
Show load average instead of percentage Show system load average instead of CPU usage percentage (default)
```bash ```bash
set -g @dracula-cpu-display-load true 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 #### gpu-usage options
Customize label Customize label