Skip to content

Glossary

A quick reference for terms used across the Tsumiki docs.

A small, self-contained UI element on the panel (for example, clock, battery, volume). Widgets are configured under [widgets.<name>] in config.toml.

A larger UI surface beyond the bar, such as the dock, notifications, overview, OSD, or the bar itself. Modules are enabled under [modules.<name>].

Defines where widgets appear on the bar through left_section, middle_section, and right_section lists.

A set of color variables defined in themes/*.toml and consumed by SCSS during style compilation.

A tool that generates Material You color palettes from a wallpaper image. See Theming with Matugen.

The widget system Tsumiki is built on, providing the UI primitives and event model.

A group of widgets hidden behind a single toggle, defined with [[collapsible_groups]] in config.toml.

A named collection of widgets with shared spacing and style classes, defined with [[widget_groups]].