/wingpanel-indicator-simple

This is a simple implementation of Elementary OS Wingpanel indicator.

Primary LanguageValaGNU General Public License v3.0GPL-3.0

wingpanel-indicator-simple

This is a simple implementation of Elementary OS Wingpanel indicator.

The code is taken from Wingpanel repository, and a build file has been added so that the code in this repository can independently be compiled and installed.

Building and Installation

You'll need the following dependencies:

  • libwingpanel-2.0-dev
  • libgee-0.8-dev
  • libgtk-3-dev
  • libnotify-dev
  • meson
  • valac

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

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install