From ac33bbc617aa1a0e7913273f11c82ec48924defd Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 21 May 2023 01:32:01 +0000 Subject: [PATCH] Auto Publish new pages --- credits.md | 69 +++++++++++++++++++++++++++++++++++------------------- widgets.md | 7 ++++++ 2 files changed, 52 insertions(+), 24 deletions(-) diff --git a/credits.md b/credits.md index 9041496..a6ae993 100644 --- a/credits.md +++ b/credits.md @@ -106,7 +106,7 @@ - baifengheixi + baifengheixi
Null
@@ -440,6 +440,13 @@ Bumsoo Kim + + + altearius +
+ Chris Nielsen +
+ skaarj1989 @@ -453,15 +460,15 @@
Null
- + + deepsourcebot
DeepSource Bot
- - + dkyeremeh @@ -496,15 +503,15 @@
FormatToday
- + + gbrown09
Garrett Brown
- - + nealian @@ -539,15 +546,15 @@
Jeremy Chauvin
- + + kieraneglin
Kieran
- - + KierenConnell @@ -582,15 +589,15 @@
Markus Krause
- + + maximemoreillon
Maxime Moreillon
- - + imsakg @@ -625,15 +632,15 @@
Null
- + + turnrye
Ryan Turner
- - + royshreyaaa @@ -668,6 +675,14 @@
Xert
+ + + + + baifengheixi +
+ Null +
@@ -675,8 +690,7 @@
Nico
- - + flechaig @@ -684,6 +698,13 @@ Null + + + huangshaohuai +
+ Null +
+ icy-comet @@ -697,7 +718,8 @@
Imlonghao
- + + jnach @@ -718,8 +740,7 @@
Kxenox
- - + lxjv @@ -740,7 +761,8 @@
Null
- + + soaibsafi @@ -761,8 +783,7 @@
Null
- - + AmadeusGraves diff --git a/widgets.md b/widgets.md index e3c67e2..cc9a145 100644 --- a/widgets.md +++ b/widgets.md @@ -2380,12 +2380,19 @@ You'll need to enable the sensors plugin to use this widget, using: `--enable-pl

+#### Options + +**Field** | **Type** | **Required** | **Description** +--- | --- | --- | --- +**`units`** | `string` | _Optional_ | Use `C` to display temperatures in Celsius or `F` to use Fahrenheit. Defaults to `C`. + #### Example ```yaml - type: gl-cpu-temp options: hostname: http://192.168.130.2:61208 + units: C ``` ---