Extension Settings

Centralized settings UI and storage layer that other Pi extensions can register with.

What it does

Pi Extension Settings gives Pi extensions a shared place to declare configurable options and a standard UI for editing them. Instead of each package inventing its own config file or command syntax, extensions can register settings and let users manage them from one screen.

In the LazyPi stack it mainly acts as a companion package for Powerbar. Powerbar registers its options at load time, and Extension Settings provides the persistent storage and interactive settings editor those options depend on.

Why it's included

Some packages are best understood as infrastructure rather than headline features. Extension Settings is one of those. It is included because it makes Powerbar configurable out of the box and provides a cleaner foundation for any future LazyPi extensions that expose settings.

Commands

CommandWhat it does
/extension-settings Open the shared settings UI for installed extensions