-
Notifications
You must be signed in to change notification settings - Fork 5
Widgets Memory
prankstr edited this page Apr 1, 2026
·
2 revisions
Memory usage monitor.
Shares the system popover with CPU, 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 |
format |
string | "percentage" |
"percentage", "absolute", or "both"
|
background_color |
string | Custom background color (hex) |
Format examples: percentage → 76%, absolute → 8.2G, both → 8.2/16G
| Class | Description |
|---|---|
.memory |
Widget container |
.memory-icon |
Memory icon |
.memory-label |
Usage label |
.memory-high |
Added when usage ≥80% |