We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf68dcc commit 5535270Copy full SHA for 5535270
INSTALL.md
@@ -119,12 +119,15 @@ Customize label
119
set -g @dracula-cpu-usage-label "CPU"
120
```
121
122
-Show load average instead of percentage
+Show system load average instead of CPU usage percentage (default)
123
124
```bash
125
set -g @dracula-cpu-display-load true
126
127
128
+CPU usage percentage (default) - in percentage (output: %)
129
+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)
130
+
131
#### gpu-usage options
132
133
Customize label
0 commit comments