You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPU status panel with comprehensive metrics display including usage bar, temperature gauge, and per-core usage sparkline.
10
+
11
+
## Overview
12
+
13
+
The cpu-status panel provides a comprehensive CPU monitoring view using the WidgetPanel system. It displays CPU metrics through HTML/CSS web components in a responsive 12-column grid layout, making it suitable for at-a-glance monitoring from 3-6 feet viewing distance.
14
+
15
+
## Screenshot
16
+
17
+

18
+
19
+
## Widgets Displayed
20
+
21
+
The panel dynamically arranges widgets based on available sensor data:
22
+
23
+
| Widget | Span | Description |
24
+
|--------|------|-------------|
25
+
| CPU Name | 4 cols | Model name (e.g., "AMD Ryzen 9 5900X") |
26
+
| Usage Bar | 8 cols | Overall CPU usage percentage with progress bar |
27
+
| Temperature Gauge | 3 cols | CPU temperature with circular gauge (if available) |
28
+
| Stats Info List | 4-6 cols | Frequency, power consumption, core count |
0 commit comments