From e3ca0adf113aced6cd65cc6984be5151f2b224e3 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:12:12 -0800 Subject: [PATCH] Documentation: add 'unit' option for temperature in glances config --- docs/widgets/info/glances.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/widgets/info/glances.md b/docs/widgets/info/glances.md index 52c5cf285..77c6a0ef3 100644 --- a/docs/widgets/info/glances.md +++ b/docs/widgets/info/glances.md @@ -16,6 +16,7 @@ The Glances widget allows you to monitor the resources (CPU, memory, storage, te cpu: true # optional, enabled by default, disable by setting to false mem: true # optional, enabled by default, disable by setting to false cputemp: true # disabled by default + unit: imperial # optional for temp, default is metric uptime: true # disabled by default disk: / # disabled by default, use mount point of disk(s) in glances. Can also be a list (see below) diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk @@ -31,5 +32,3 @@ disk: - /boot ... ``` - -_Added in v0.4.18, updated in v0.6.11, v0.6.21_