summaryrefslogtreecommitdiffstats
path: root/audio/volumeicon/README
blob: fa39390ce0adb0126a75d107c814af106ef07a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
* 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.