Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T05:37:45.000Z (about 1 month ago)
- Last Synced: 2024-12-12T06:28:12.213Z (about 1 month ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, pulseaudio, vala, wingpanel
- Language: Vala
- Size: 2.05 MB
- Stars: 34
- Watchers: 26
- Forks: 27
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
ninjaTo install, use `ninja install`
sudo ninja install