elementary / wingpanel-indicator-notifications

Wingpanel Notifications Indicator
GNU Lesser General Public License v2.1
24 stars 11 forks source link
gtk gtk3 hacktoberfest meson vala wingpanel

Wingpanel Notifications Indicator

Translation status

Screenshot

Building 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

sudo ninja install