diff --git a/nightly/404.html b/nightly/404.html index 19ec3c63..f9ce2dac 100644 --- a/nightly/404.html +++ b/nightly/404.html @@ -758,7 +758,7 @@
You can configure which CPU graph is shown by default when starting up bottom by setting cpu.default.
If you want to change some of the default behaviour of the CPU graph widget, you can configure things under the [cpu] section.
You can configure which CPU graph is shown by default on startup by setting cpu.default. Defaults to "all", which
+shows all entries.
[cpu]
# One of "all" (default), "average"/"avg"
default = "average"
You can configure whether CPU usage values are shown with a decimal place by setting cpu.show_decimal. Defaults to false.
You can configure whether CPU usage values are shown with a decimal place by setting cpu.show_decimal. Defaults
+to false.
[cpu]
show_decimal = true
You can hide the average CPU entry entirely by setting cpu.hide_avg_cpu. Defaults to false.
[cpu]
+hide_avg_cpu = true
+You can place the CPU chart legend on the left side by setting cpu.left_legend. Defaults to false.
[cpu]
+left_legend = true
+In basic mode, you can give the average CPU entry a dedicated row by setting cpu.basic_average_cpu_row. Defaults to false.
[cpu]
+basic_average_cpu_row = true
+