Volume Icon
Volume Icon aims to be a lightweight volume control that sits in your systray. It is often used in conjuction with the lightweight
tint2 panel/taskbar.
Features
- Change volume by scrolling on the systray icon
- Ability to choose which channel to control
- Several icon themes (with gtk theme as default)
- Configurable external mixer
- Volume Slider
- Hotkey support
Installation from sources
./configure --prefix=/usr
make
sudo make install
Configuration
--enable-notify: Enables notifications, this adds a dependency for
libnotify >= 0.5.0.
--enable-oss: By default Volume Icon will be built with ALSA as its backend.
Note that it is not possible to build with both ALSA and OSS
support at the moment, so using this flag will disable
ALSA support.
--with-oss-include-path: Location of soundcard.h, defaults first to the value specified
in /etc/oss.conf. If that does not exist it defaults
to /usr/lib/oss/include/sys.
--with-default-mixerapp: Set the default mixer application, defaults to alsamixer.
Screenshots
Changes
| 0.5.0 | - Use the same volume mapping as alsamixer.
- Allow the specification of an alternate name to use for config file via the command-line option `--config'.
- Added `--with-default-mixerapp' configure option.
- Added french translation.
- Added option for transparent slider background.
- Ported to GTK 3.
- Fix hanging / 100% CPU usage when pulseaudio is killed.
|
|---|
| 0.4.6 | - Changed the default card that is used from "hw:0" to "default" as pointed out by Christoph Wickert.
|
|---|
| 0.4.5 | - Added support for 8-bit OSS sliders and improved configure.ac for OSS by Matt Boyer.
- Added option for using a horizontal slider and showing the numerical value of the sound level thanks to Jean-Pierre Demailly.
|
|---|
| 0.4.4 | - Some minor fixes thanks to Matthias Frei.
- Show notification only when hotkeys are pressed or when scrolling on the icon.
- Make the volume slider popup downwards if no space is left above the icon.
|
|---|
| 0.4.3 | - Added optional notification support thanks to Mihail Szabolcs.
|
|---|
| 0.4.0 | - Added hotkey support thanks to David Gidwani.
|
|---|
Links