https://github.com/equeim/xfce4-alsa-plugin
Simple ALSA volume control for xfce4-panel
https://github.com/equeim/xfce4-alsa-plugin
Last synced: 11 months ago
JSON representation
Simple ALSA volume control for xfce4-panel
- Host: GitHub
- URL: https://github.com/equeim/xfce4-alsa-plugin
- Owner: equeim
- License: gpl-3.0
- Created: 2015-09-20T11:55:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T20:30:23.000Z (over 1 year ago)
- Last Synced: 2025-02-21T17:46:04.112Z (over 1 year ago)
- Language: Vala
- Size: 276 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# xfce4-alsa-plugin
Simple ALSA volume control for xfce4-panel
## Installation
### Dependencies
- Vala
- Meson >= 0.37.0
- ALSA userspace library (libasound)
- gettext >= 0.19.7
- libxfce4panel-2.0 >= 4.13.0
- gtk+-3.0 >= 3.20.0
### Building
```sh
meson setup build
meson compile -C build
meson install -C build
```