README 802 B

123456789101112131415161718192021
  1. Volume Icon is a lightweight volume control that sits in the systray.
  2. Features :
  3. Change volume by scrolling on the systray icon
  4. Ability to choose which channel to control
  5. Configurable stepsize (percentage of volume change per scrollwheel step)
  6. Several icon themes (with gtk theme as default)
  7. Configurable external mixer
  8. Volume Slider (horizontal or vertical)
  9. Hotkey support
  10. Optional notification support
  11. To enable OSS support, you will need to run the script like this:
  12. OSS=yes ./volumeicon.SlackBuild
  13. By default Volume Icon will be built with ALSA as its backend.
  14. Note that it is not possible to build with both ALSA and OSS support
  15. at the moment, so using this flag will disable ALSA support.
  16. To enable notifications, you will need to run the script like this:
  17. NOTIFY=yes ./volumeicon.SlackBuild