Skip to content

Module: Keyboard Layout

DreamMaoMao edited this page Aug 29, 2026 · 1 revision

Module: Keyboard Layout

Shows the current keyboard layout from mangowm IPC.

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

"keyboardlayout": {
    "format": "{}"
}

Options

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

Styling

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

Clone this wiki locally