An open API service indexing awesome lists of open source software.

https://github.com/pongloongyeat/wingpanel-indicator-template

Template files for making a Wingpanel indicator
https://github.com/pongloongyeat/wingpanel-indicator-template

elementaryos wingpanel wingpanel-indicator

Last synced: 7 months ago
JSON representation

Template files for making a Wingpanel indicator

Awesome Lists containing this project

README

          

# 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

```bash
meson build --prefix=/usr
cd build
ninja
```

To install, use `ninja install`

```bash
sudo ninja install
```

Then run `killall wingpanel` to restart wingpanel.