From f09aa7e84334ea6a32d423fe8cbbc6dc98b2240b Mon Sep 17 00:00:00 2001 From: Ramazan Sancar Date: Mon, 6 May 2024 22:53:57 +0000 Subject: [PATCH] upd: resources units type added. --- docs/widgets/info/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/info/resources.md b/docs/widgets/info/resources.md index b36a1913..4f0c2574 100644 --- a/docs/widgets/info/resources.md +++ b/docs/widgets/info/resources.md @@ -23,7 +23,7 @@ _Note: unfortunately, the package used for getting CPU temp ([systeminformation] tempmin: 0 # optional, minimum cpu temp tempmax: 100 # optional, maximum cpu temp uptime: true - units: imperial # only used by cpu temp + units: imperial # only used by cpu temp widget, options: 'imperial' or 'metric' refresh: 3000 # optional, in ms diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk ```