-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (22 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
===============================
VolWheel
===============================
Warning: this project has not been maintained for years.
VolWheel is a little icon that lives in your notification area which allows you
to quickly change the sound volume. You can do a right-click, left-click,
middle-click, scroll up and down... I let you discover.
For help on how to use VolWheel, type 'volwheel --help'.
VolWheel is shipped with a few icons and icon themes. You can very easily make
new icons and themes for VolWheel. Take a look in /usr/share/volwheel/icons/ to
see how it works.
Send your feedback and contribs to [email protected]
You can track this software on https://github.com/oliwer/volwheel
Requierements
* Perl 5
* Gtk2 perl module
* alsa-utils (amixer) or OSS (ossmix)
Installation
* As root, run ./install.pl [--prefix=PREFIX] [--destdir=DESTDIR]
* PREFIX is set to '/usr/local' by default
* DESTDIR is only useful for packagers
* That is all.