diff options
author | Daniel Cash <dacashman@gmail.com> | 2011-12-18 22:48:22 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 22:49:18 -0600 |
commit | 3f132a963853c73dc830bb2c16642eca4aa3c0f0 (patch) | |
tree | 55f0d8d7ff95ae0044006b1f9890ed3eda66c1be /audio/volumeicon/README | |
parent | a55255b330d86b7d5e1409915c998090bd6c5c5e (diff) | |
download | slackbuilds-3f132a963853c73dc830bb2c16642eca4aa3c0f0.tar.gz |
audio/volumeicon: Updated for version 0.4.5.
This commit includes some tweaks to the variable handling
(by the usual "can't leave well enough alone" guy) --rworkman
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/volumeicon/README')
-rw-r--r-- | audio/volumeicon/README | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/audio/volumeicon/README b/audio/volumeicon/README index fa39390ce0..ccd30857ba 100644 --- a/audio/volumeicon/README +++ b/audio/volumeicon/README @@ -1,23 +1,20 @@ -Volume Icon aims to be a lightweight volume control that sits in your -systray. +Volume Icon is a lightweight volume control that sits in the 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 -* Hotkey support -* Optional notification support +Change volume by scrolling on the systray icon +Ability to choose which channel to control +Configurable stepsize (percentage of volume change per scrollwheel step) +Several icon themes (with gtk theme as default) +Configurable external mixer +Volume Slider (horizontal or vertical) +Hotkey support +Optional notification support To enable OSS support, you will need to run the script like this: OSS=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. 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. |