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 @@
  • - + @@ -1202,7 +1202,7 @@
  • - + diff --git a/nightly/configuration/command-line-options/index.html b/nightly/configuration/command-line-options/index.html index 9fbde17f..3b943c52 100644 --- a/nightly/configuration/command-line-options/index.html +++ b/nightly/configuration/command-line-options/index.html @@ -771,7 +771,7 @@
  • - + @@ -1378,7 +1378,7 @@
  • - + diff --git a/nightly/configuration/config-file/cpu/index.html b/nightly/configuration/config-file/cpu-graph/index.html similarity index 93% rename from nightly/configuration/config-file/cpu/index.html rename to nightly/configuration/config-file/cpu-graph/index.html index b995f3b1..33710e51 100644 --- a/nightly/configuration/config-file/cpu/index.html +++ b/nightly/configuration/config-file/cpu-graph/index.html @@ -12,7 +12,7 @@ - + @@ -771,7 +771,7 @@
  • - + @@ -1284,7 +1284,7 @@ - Default CPU Graph Selection + Default CPU graph selection @@ -1295,7 +1295,40 @@ - Show Decimal + Show decimal + + + + +
  • + +
  • + + + + Hide average CPU entry + + + + +
  • + +
  • + + + + Place legend on the left + + + + +
  • + +
  • + + + + Average CPU row @@ -1991,7 +2024,7 @@ - + @@ -2000,17 +2033,35 @@

    CPU

    -

    Default CPU Graph Selection

    -

    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.

    +

    Default CPU graph selection

    +

    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"
     
    -

    Show Decimal

    -

    You can configure whether CPU usage values are shown with a decimal place by setting cpu.show_decimal. Defaults to false.

    +

    Show decimal

    +

    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
     
    +

    Hide average CPU entry

    +

    You can hide the average CPU entry entirely by setting cpu.hide_avg_cpu. Defaults to false.

    +
    [cpu]
    +hide_avg_cpu = true
    +
    +

    Place legend on the left

    +

    You can place the CPU chart legend on the left side by setting cpu.left_legend. Defaults to false.

    +
    [cpu]
    +left_legend = true
    +
    +

    Average CPU row

    +

    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
    +
    @@ -2031,7 +2082,7 @@ - April 22, 2026 + May 16, 2026 diff --git a/nightly/configuration/config-file/disk-table/index.html b/nightly/configuration/config-file/disk-table/index.html index 21c567e8..54284559 100644 --- a/nightly/configuration/config-file/disk-table/index.html +++ b/nightly/configuration/config-file/disk-table/index.html @@ -15,7 +15,7 @@ - + @@ -771,7 +771,7 @@
  • - + @@ -1221,7 +1221,7 @@
  • - + @@ -2122,7 +2122,7 @@ is processed with the other options.