From cdeafbdc7245d37120e3e8338b6f933a39d4e428 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 7 May 2023 17:50:17 +0100 Subject: [PATCH] docs(sys info): add typical temperature sensors for intel/amd cpus --- docs/modules/Sys-Info.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/modules/Sys-Info.md b/docs/modules/Sys-Info.md index dbfe773..d2e25dc 100644 --- a/docs/modules/Sys-Info.md +++ b/docs/modules/Sys-Info.md @@ -168,6 +168,8 @@ The following tokens can be used in the `format` configuration option: | `{load_average:15}` | 15-minute load average. | | `{uptime}` | System uptime formatted as `HH:mm`. | +For Intel CPUs, you can typically use `coretemp-Package-id-0` for the temperature sensor. For AMD, you can use `k10temp_Tccd1`. + ## Styling | Selector | Description | @@ -175,4 +177,4 @@ The following tokens can be used in the `format` configuration option: | `.sysinfo` | Sysinfo widget box | | `.sysinfo .item` | Individual information label | -For more information on styling, please see the [styling guide](styling-guide). \ No newline at end of file +For more information on styling, please see the [styling guide](styling-guide).