pongloongyeat / wingpanel-indicator-template

Template files for making a Wingpanel indicator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Template files for making a Wingpanel indicator

License:GNU General Public License v3.0


Languages

Language:Vala 78.4%Language:Meson 21.6%