diff options
author | Daniel Cash <dacashman@gmail.com> | 2011-08-21 22:05:33 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-21 22:05:33 -0300 |
commit | 27f6419c387b460c83791b38d4374a5cecce5a8d (patch) | |
tree | 5ac3f66d6c49cdae50d3b1cd649b75067708ce49 /audio/volumeicon/README | |
parent | 10e6a88e06d66c664f66b8973602462e90c16993 (diff) | |
download | slackbuilds-27f6419c387b460c83791b38d4374a5cecce5a8d.tar.gz |
audio/volumeicon: Updated for version 0.4.3.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/volumeicon/README')
-rw-r--r-- | audio/volumeicon/README | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/audio/volumeicon/README b/audio/volumeicon/README index a2db2865fe..fa39390ce0 100644 --- a/audio/volumeicon/README +++ b/audio/volumeicon/README @@ -1,16 +1,23 @@ -Volume Icon aims to be a lightweight volume control that sits in your systray. +Volume Icon aims to be a lightweight volume control that sits in your +systray. Features : -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 +* 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 To enable OSS support, you will need to run the script like this: OSS=yes ./volumeicon.SlackBuild +To enable notifications, you will need to run the script like this: +NOTIFY=yes ./volumeicon.SlackBuild + 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. +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. |