Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 415 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 415 Bytes

Wingpanel Template Indicator

Building and Installation

You'll need the following dependencies:

libwingpanel-2.0-dev
meson
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

Then run killall wingpanel to restart wingpanel.