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
- Host: GitHub
- URL: https://github.com/elementary/wingpanel-indicator-notifications
- Owner: elementary
- License: lgpl-2.1
- Created: 2017-04-18T00:23:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-11T19:48:19.000Z (4 months ago)
- Last Synced: 2025-06-11T21:12:19.830Z (4 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, vala, wingpanel
- Language: Vala
- Size: 2.94 MB
- Stars: 26
- Watchers: 24
- Forks: 12
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Wingpanel Notifications Indicator
[](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget)
## 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
* valacRun `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`
sudo ninja install