From 55352703972d3e74050b95c4a340cb3a1631469c Mon Sep 17 00:00:00 2001 From: adrianmihalko Date: Wed, 22 Dec 2021 23:32:41 +0100 Subject: [PATCH] Update docs Add detailed explanation --- INSTALL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c216db3..93615ea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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