2011-08-22 09:05:33 +08:00
|
|
|
Volume Icon aims to be a lightweight volume control that sits in your
|
|
|
|
systray.
|
2010-12-31 12:41:38 +08:00
|
|
|
|
|
|
|
Features :
|
2011-08-22 09:05:33 +08:00
|
|
|
* Change volume by scrolling on the systray icon
|
|
|
|
* Ability to choose which channel to control
|
|
|
|
* Configurable stepsize (percentage of volume increase/decrease per
|
|
|
|
scrollwheel step)
|
|
|
|
* Several icon themes (with gtk theme as default)
|
|
|
|
* Configurable external mixer
|
|
|
|
* Volume Slider
|
|
|
|
* Hotkey support
|
|
|
|
* Optional notification support
|
2010-12-31 12:41:38 +08:00
|
|
|
|
|
|
|
To enable OSS support, you will need to run the script like this:
|
|
|
|
OSS=yes ./volumeicon.SlackBuild
|
|
|
|
|
2011-08-22 09:05:33 +08:00
|
|
|
To enable notifications, you will need to run the script like this:
|
|
|
|
NOTIFY=yes ./volumeicon.SlackBuild
|
|
|
|
|
2010-12-31 12:41:38 +08:00
|
|
|
By default Volume Icon will be built with ALSA as its backend.
|
2011-08-22 09:05:33 +08:00
|
|
|
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.
|