From fa31917d05e3bcaf7708b5e79c687faf41d841fd Mon Sep 17 00:00:00 2001 From: Electronic Mango <78230210+Electronic-Mango@users.noreply.github.com> Date: Sun, 19 Jul 2026 16:32:28 +0200 Subject: [PATCH] docs(sysmon): add bar widget "None" display type --- src/content/docs/v5/bar/widgets.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/v5/bar/widgets.mdx b/src/content/docs/v5/bar/widgets.mdx index ca7425b..a0c564d 100644 --- a/src/content/docs/v5/bar/widgets.mdx +++ b/src/content/docs/v5/bar/widgets.mdx @@ -242,9 +242,9 @@ System resource monitor. Shows an icon and value for one configurable stat. Mult | `interface` | string | `""` | Network interface to monitor for `net_rx`/`net_tx`; empty uses the total across all non-loopback interfaces | | `network_speed_unit` | string | `"auto"` | Unit for `net_rx`/`net_tx`: `"auto"` (scales between B/s, kB/s, MB/s, GB/s), `"kb"` (always kB/s), or `"mb"` (always MB/s) | | `network_speed_compact` | bool | `false` | Use short unit suffixes such as `1.2M` instead of `1.2 MB/s` for `net_rx`/`net_tx` | -| `display` | string | `"gauge"` | `"gauge"` = icon + vertical fill bar; `"graph"` = icon + sparkline; `"text"` = icon + value | +| `display` | string | `"gauge"` | `"gauge"` = icon + vertical fill bar; `"graph"` = icon + sparkline; `"text"` = icon + value; `"none"` = only icon | | `highlight_color` | string | `"error"` | Color role (or fixed hex) the value tints toward as the stat rises past its activity/critical thresholds. See [System Monitor](/v5/services/system-monitor/). | -| `show_label` | bool | `true` | Show the text value next to the graph or gauge (always shown in `"text"` mode) | +| `show_label` | bool | `true` | Show the text value next to the graph or gauge (always shown in `"text"` mode, never shown in `"none"` mode) | | `label_min_width` | float | `0` | Minimum label width in pixels to prevent resizing as values change. Only relevant when `show_label` is enabled. | The stats a `sysmon` widget can show, what each one displays, and where the values come from are listed under [Available stats](/v5/services/system-monitor/#available-stats).