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: 4 months ago
JSON representation
Wingpanel Sound Indicator
- Host: GitHub
- URL: https://github.com/elementary/wingpanel-indicator-sound
- Owner: elementary
- License: other
- Created: 2017-04-09T18:35:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-22T17:27:11.000Z (5 months ago)
- Last Synced: 2026-01-29T03:47:07.979Z (5 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, pulseaudio, vala, wingpanel
- Language: Vala
- Size: 2.57 MB
- Stars: 36
- Watchers: 25
- Forks: 25
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Wingpanel Sound Indicator
[](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget)

## 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