An open API service indexing awesome lists of open source software.

https://github.com/elementary/wingpanel-indicator-notifications

Wingpanel Notifications Indicator
https://github.com/elementary/wingpanel-indicator-notifications

gtk gtk3 hacktoberfest meson vala wingpanel

Last synced: 3 months ago
JSON representation

Wingpanel Notifications Indicator

Awesome Lists containing this project

README

          

# Wingpanel Notifications Indicator
[![Translation status](https://l10n.elementary.io/widgets/wingpanel/-/wingpanel-indicator-notifications/svg-badge.svg)](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget)

![Screenshot](data/screenshot.png?raw=true)

## Building and Installation

You'll need the following dependencies:

* libgdk-pixbuf2.0-dev
* libglib2.0-dev
* libgranite-dev
* libgtk-3-dev
* libwingpanel-dev
* meson >= 0.58.0
* 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