Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 967 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 967 Bytes

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