https://github.com/elementary/wingpanel
Stylish top panel that holds indicators and spawns an application launcher
https://github.com/elementary/wingpanel
gmodule gtk gtk3 hacktoberfest meson pantheon vala wingpanel
Last synced: 3 months ago
JSON representation
Stylish top panel that holds indicators and spawns an application launcher
- Host: GitHub
- URL: https://github.com/elementary/wingpanel
- Owner: elementary
- License: gpl-3.0
- Created: 2017-03-29T19:38:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-11T20:44:01.000Z (4 months ago)
- Last Synced: 2025-06-11T21:12:54.134Z (4 months ago)
- Topics: gmodule, gtk, gtk3, hacktoberfest, meson, pantheon, vala, wingpanel
- Language: Vala
- Homepage: https://elementary.io
- Size: 1.89 MB
- Stars: 144
- Watchers: 30
- Forks: 52
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Wingpanel
The extensible top panel for Pantheon. Wingpanel is an empty container that accepts indicators as extensions, including the applications menu. Individual indicators are hosted in their own repositories [here](https://github.com/search?q=topic%3Awingpanel+org%3Aelementary&type=Repositories).[](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget)
## Building and Installation
You'll need the following dependencies:
* libgala-dev
* libgee-0.8-dev
* libglib2.0-dev
* libgranite-dev >= 5.4.0
* libgtk-3-dev
* meson
* libmutter-2-dev
* valacRun `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install` then execute with `io.elementary.wingpanel`
sudo ninja install
io.elementary.wingpanel