Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 684 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 684 Bytes

Wingpanel Sound Indicator

Translation status

Screenshot

Building and Installation

You'll need the following dependencies:

libcanberra-gtk-dev
libgranite-dev
libglib2.0-dev
libgtk-3-dev
libnotify-dev
libpulse-dev
libwingpanel-2.0-dev >= 2.1.0
meson
valac (>= 0.26)

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