Skip to content

Module: Hideclients

DreamMaoMao edited this page Aug 29, 2026 · 1 revision

Module: Hideclients

Shows the hidden-window count for the monitor. The module hides itself while the count is zero.

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

"hideclients": {
    "format": " {}"
}

Options

Option Type Default Description
format string {} Format; {} is replaced with the hidden-window count

Styling

#hideclients {
    background: linear-gradient(to top, #504945, mix(#504945, #fbf1c7, 0.3));
    color: #ebdbb2;
}

Clone this wiki locally