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: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T15:16:06.000Z (3 months ago)
- Last Synced: 2024-08-18T16:42:18.919Z (3 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, pulseaudio, vala, wingpanel
- Language: Vala
- Size: 2.04 MB
- Stars: 34
- Watchers: 26
- Forks: 24
- Open Issues: 53
-
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