-
Notifications
You must be signed in to change notification settings - Fork 9
Widgets CPU
prankstr edited this page Jun 6, 2026
·
3 revisions
CPU usage monitor.
Shares the system popover with Memory, GPU, and Network Speed. When placed next to these widgets in a group, they automatically merge into a single button.
| Option | Type | Default | Description |
|---|---|---|---|
show_icon |
bool | true |
Show icon |
show_percentage |
bool | true |
Show value label. Legacy name; it also gates temperature output |
format |
string | "usage" |
"usage", "temperature" / "temp", or "both"
|
background_color |
string | Custom background color (hex) |
Format examples: "usage" -> 76%, "temperature" -> 72°C, "both" -> 76% 72°C.
In vertical bar mode, "both" is compacted to fit the side bar.
| Class | Description |
|---|---|
.cpu |
Widget container |
.cpu-icon |
CPU icon |
.cpu-label |
Percentage label |
.cpu-high |
Added when usage ≥80% |