Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elementary/wingpanel-indicator-sound

Wingpanel Sound Indicator
https://github.com/elementary/wingpanel-indicator-sound

gtk gtk3 hacktoberfest meson pantheon pulseaudio vala wingpanel

Last synced: 3 months ago
JSON representation

Wingpanel Sound Indicator

Awesome Lists containing this project

README

        

# Wingpanel Sound Indicator
[![Translation status](https://l10n.elementary.io/widgets/wingpanel/-/wingpanel-indicator-sound/svg-badge.svg)](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget)

![Screenshot](data/screenshot.png?raw=true)

## Building and Installation

You'll need the following dependencies:

libcanberra-gtk-dev
libcanberra-gtk3-dev
libgranite-dev
libglib2.0-dev
libgtk-3-dev
libnotify-dev
libpulse-dev
libwingpanel-dev
meson (>= 0.57.0)
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