Skip to content

netusMX/wingpanel

 
 

Repository files navigation

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.

Translation status

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
  • valac
  • cmake
  • gtk2.0

Run the following before starting to compile: sudo apt install elementary-sdk cmake gtk2.0

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install then execute with io.elementary.wingpanel

sudo ninja install
io.elementary.wingpanel

About

Stylish top panel that holds indicators and spawns an application launcher

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 61.8%
  • C 28.3%
  • Java 5.9%
  • Meson 2.2%
  • Python 1.2%
  • CMake 0.4%
  • Other 0.2%