Skip to content

Module: Layout

DreamMaoMao edited this page Aug 29, 2026 · 1 revision

Module: Layout

Shows the current layout symbol from mangowm IPC.

"modules-left": ["layout"],

"layout": {
    "format": "{}"
}

Options

Option Type Default Description
format string {} Format; {} is replaced with the layout symbol

Styling

#layout {
    min-width: 37px;
    background: linear-gradient(to top, #bd788a, mix(#bd788a, #fbf1c7, 0.3));
    color: #111111;
}

Clone this wiki locally