Skip to content
Caleb Bassi edited this page Dec 28, 2018 · 16 revisions

Memory

The memory module displays the current memory utilization.

Config

Addressed by memory

option typeof default description
interval integer 30 The interval in which the information gets polled.
format string {}% The format, how information should be displayed. On {} data gets inserted.
max-length integer The maximum length in character the module should display.
on-click string Command to execute when clicked on the module.
on-click-right string Command to execute when you right clicked on the module.
on-scroll-up string Command to execute when scrolling up on the module.
on-scroll-down string Command to execute when scrolling down on the module.

Example:

"memory": {
    "interval": 30,
    "format": "{}% ",
    "max-length": 10
}

Style

  • #memory
Clone this wiki locally