Skip to content

Module: Memory

DreamMaoMao edited this page Aug 29, 2026 · 1 revision

Module: Memory

Shows memory usage, read from /proc.

"modules-right": ["memory"],

"memory": {
    "format": " {}%"
}

Options

Option Type Default Description
format string MEM:{}% Display format

Placeholders

Placeholder Description
{} / {percent} Memory usage percent

Styling

#mem {
    background: linear-gradient(to top, #83a598, mix(#83a598, #fbf1c7, 0.3));
    color: #1b1a1a;
}

Clone this wiki locally