diff --git a/Information-Widgets.md b/Information-Widgets.md index 12126f5..fe48a3c 100644 --- a/Information-Widgets.md +++ b/Information-Widgets.md @@ -16,8 +16,7 @@ As an example, we'll place two resource widgets, one that reports all stats, and Which results in something like this: -Resource Widgets - +Resource Widget ## Resources @@ -47,7 +46,23 @@ You can also pass a `label` option, which allows you to group resources under na Which produces something like this, -Screenshot 2022-08-27 at 2 52 20 AM +Resource Groups + +If you have more than a single disk and would like to group them together under the same label, you can pass an array of paths instead, + +```yaml +- resources: + label: Storage + disk: + - /mnt/storage + - /mnt/backup + - /mnt/media +``` + +To produce something like this, + +Screenshot 2022-09-11 at 2 15 42 PM + ## WeatherAPI