Skip to content

Module: Keymode

DreamMaoMao edited this page Aug 29, 2026 · 1 revision

Module: Keymode

Shows the current keymode from mangowm IPC.

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

"keymode": {
    "format": "{}"
}

Options

Option Type Default Description
format string {} Format; {} is replaced with the keymode name

Styling

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

Clone this wiki locally