From 73451fe1f436792dcd81111196a634b3ce41b12f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 00:01:09 +0000 Subject: [PATCH] Deployed 65acf5e4 to nightly with MkDocs 1.6.1 and mike 2.1.4 --- nightly/404.html | 4 +- .../command-line-options/index.html | 4 +- .../config-file/{cpu => cpu-graph}/index.html | 71 ++++++++++++++--- .../config-file/disk-table/index.html | 8 +- .../config-file/flags/index.html | 4 +- nightly/configuration/config-file/index.html | 8 +- .../config-file/layout/index.html | 4 +- .../config-file/memory-graph/index.html | 70 +++++++++++------ .../config-file/network-graph/index.html | 4 +- .../config-file/processes/index.html | 4 +- .../config-file/styling/index.html | 4 +- .../config-file/temperature-graph/index.html | 4 +- .../config-file/temperature-table/index.html | 4 +- .../development/build_process/index.html | 4 +- .../development/deploy_process/index.html | 4 +- .../development/dev_env/index.html | 4 +- .../development/logging/index.html | 4 +- .../development/testing/index.html | 4 +- nightly/contribution/documentation/index.html | 4 +- .../issues-and-pull-requests/index.html | 4 +- .../packaging-and-distribution/index.html | 4 +- nightly/index.html | 4 +- nightly/search/search_index.json | 2 +- nightly/sitemap.xml | 74 +++++++++--------- nightly/sitemap.xml.gz | Bin 501 -> 502 bytes nightly/support/official/index.html | 4 +- nightly/support/unofficial/index.html | 4 +- nightly/troubleshooting/index.html | 4 +- nightly/usage/autocomplete/index.html | 4 +- nightly/usage/basic-mode/index.html | 8 +- nightly/usage/general-usage/index.html | 4 +- nightly/usage/widgets/battery/index.html | 4 +- .../widgets/{cpu => cpu-graph}/index.html | 8 +- nightly/usage/widgets/disk/index.html | 4 +- nightly/usage/widgets/memory-graph/index.html | 8 +- .../usage/widgets/network-graph/index.html | 4 +- nightly/usage/widgets/process/index.html | 4 +- .../widgets/temperature-graph/index.html | 4 +- .../widgets/temperature-table/index.html | 4 +- 39 files changed, 224 insertions(+), 149 deletions(-) rename nightly/configuration/config-file/{cpu => cpu-graph}/index.html (93%) rename nightly/usage/widgets/{cpu => cpu-graph}/index.html (99%) 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.