elementary / switchboard

Extensible System Settings app designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
48 stars 15 forks source link
gmodule gtk gtk3 hacktoberfest meson pantheon switchboard vala

Switchboard

Packaging status l10n

System Settings Screenshot

Plugs

Switchboard is just the container application for Switchboard Plugs, which provide the actual settings for various hardware and software.

Browse all Plugs

Building, Testing, and Installation

You'll need the following dependencies:

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install then execute with io.elementary.settings

sudo ninja install
io.elementary.settings

Making Switchboard Plugs

Documentation for LibSwitchboard is available on Valadoc.org