Skip to content

MvBonin/switchboard-plug-indicators

Repository files navigation

This will become a Switchboard Plug for the Community Indictors Project.

Description:

This is a switchboard plug for elementary switchboard, that lets you change settings for wingpanel-community-indicators.

It is still work in progress but some stuff works (if not yet so pretty).

Dependencies:

sudo apt-get install valac gcc meson libappstream-dev libjson-glib-dev libswitchboard-2.0-dev

Easy Installation

Download .deb file and install it via
sudo apt install ./FILENAME.deb

Build with meson

Open a Terminal in the extracted folder, build your application with meson and install it with ninja:
meson build --prefix=/usr
cd build
ninja
sudo ninja install

Uninstall

Open a terminal in the build folder.
sudo ninja uninstall

About

Switchboard plug for community indicators project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published