From 8445b66d42e8d32b75d4338f8888848449e3ac97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:37:51 +0000 Subject: [PATCH] Deployed 95b60c80 to nightly with MkDocs 1.6.1 and mike 2.1.4 --- .../config-file/disk-table/index.html | 15 ++-- .../config-file/processes/index.html | 14 ++-- .../config-file/temperature-table/index.html | 15 ++-- nightly/search/search_index.json | 2 +- nightly/sitemap.xml | 74 +++++++++--------- nightly/sitemap.xml.gz | Bin 508 -> 508 bytes 6 files changed, 67 insertions(+), 53 deletions(-) diff --git a/nightly/configuration/config-file/disk-table/index.html b/nightly/configuration/config-file/disk-table/index.html index e7e6958d..6dd73aa6 100644 --- a/nightly/configuration/config-file/disk-table/index.html +++ b/nightly/configuration/config-file/disk-table/index.html @@ -1352,10 +1352,10 @@
  • - + - Default Sort Order + Default Sort Column @@ -2088,13 +2088,18 @@ # Pick which columns you want to use in any order. columns = ["Disk", "Mount", "Used", "Free", "Total", "Used%", "R/s", "W/s"] -

    Default Sort Order

    -

    You can customize the default sort order (by default, it sorts by disk name). For example, to sort by the read rate:

    +

    Default Sort Column

    +

    You can customize the default sort column (by default, it sorts by disk name in ascending order). For example, to sort by the read rate:

    [disk]
     default_sort = "R/s"
     

    You can use any valid column name here (e.g. "Disk", "Mount", etc.). Note that if you put a column name that is not actually used, the default sort will just be the first column shown.

    +

    You can also set the sort order by changing disk.sort_order with "Ascending" or "Descending". Defaults to +"Ascending":

    +
    [disk]
    +sort_order = "Ascending"
    +

    Show Unmounted Devices (Linux only)

    By default, only mounted devices are shown. To also show unmounted devices on Linux, enable include_unmounted:

    [disk]
    @@ -2165,7 +2170,7 @@ is processed with the other options.

    - June 20, 2026 + July 27, 2026 diff --git a/nightly/configuration/config-file/processes/index.html b/nightly/configuration/config-file/processes/index.html index f3a59fcf..589ba704 100644 --- a/nightly/configuration/config-file/processes/index.html +++ b/nightly/configuration/config-file/processes/index.html @@ -1447,10 +1447,10 @@
  • - + - Default Sort Order + Default Sort Column @@ -2155,8 +2155,8 @@ # Pick which columns you want to use in any order. columns = ["cpu%", "mem%", "pid", "name", "read", "write", "tread", "twrite", "state", "user", "time", "gmem%", "gpu%"] -

    Default Sort Order

    -

    By default, the process widget starts sorted by CPU usage. You can change the column it sorts by at startup:

    +

    Default Sort Column

    +

    By default, the process widget starts sorted by CPU usage in descending order. You can change the column it sorts by at startup:

    [processes]
     default_sort = "mem"
     
    @@ -2165,6 +2165,10 @@ column you pick is not actually shown by the widget, the built-in default is use

    The same setting is also exposed as a CLI flag, which takes precedence over the config file:

    btm --process_default_sort mem
     
    +

    You can also set the default order by changing processes.sort_order with "Ascending" or "Descending". If not set, then by default, it will use a sort order that is reasonable (e.g. descending for CPU/memory usage, ascending for process names).

    +
    [processes]
    +sort_order = "Ascending"
    +
    @@ -2185,7 +2189,7 @@ column you pick is not actually shown by the widget, the built-in default is use - May 30, 2026 + July 27, 2026 diff --git a/nightly/configuration/config-file/temperature-table/index.html b/nightly/configuration/config-file/temperature-table/index.html index 7260719a..a8c406b7 100644 --- a/nightly/configuration/config-file/temperature-table/index.html +++ b/nightly/configuration/config-file/temperature-table/index.html @@ -1453,10 +1453,10 @@