Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 629 Bytes

File metadata and controls

26 lines (18 loc) · 629 Bytes

Wingpanel Notifications Indicator

Translation status

Screenshot

Building and Installation

You'll need the following dependencies:

  • libgdk-pixbuf2.0-dev
  • libglib2.0-dev
  • libgranite-dev
  • libgtk-3-dev
  • libwingpanel-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