| File | Date | Author | Commit |
|---|---|---|---|
| autom4te.cache | 2025-05-05 |
|
[b7b9ae] add usage |
| src | 2025-05-05 |
|
[d95754] add usage.c |
| Makefile | 2025-05-04 |
|
[6a2836] fixed prefix |
| Makefile.am | 2025-05-04 |
|
[b3138f] Initial commit |
| Makefile.in | 2025-05-04 |
|
[295933] changed audiostat.c to main.c |
| README | 2025-05-04 |
|
[b3138f] Initial commit |
| aclocal.m4 | 2025-05-04 |
|
[b3138f] Initial commit |
| autogen.sh | 2025-05-04 |
|
[b3138f] Initial commit |
| compile | 2025-05-04 |
|
[b3138f] Initial commit |
| config.log | 2025-05-05 |
|
[b7b9ae] add usage |
| config.status | 2025-05-04 |
|
[6a2836] fixed prefix |
| configure | 2025-05-04 |
|
[6a2836] fixed prefix |
| configure.ac | 2025-05-04 |
|
[6a2836] fixed prefix |
| depcomp | 2025-05-04 |
|
[b3138f] Initial commit |
| install-sh | 2025-05-04 |
|
[b3138f] Initial commit |
| missing | 2025-05-04 |
|
[b3138f] Initial commit |
audiostat is a plain Xlib app to be used by any X11 windowmanager to show the state of your audiocontrol. Requirement: alsa-utils You can bind it to the audio-keys of your keyboard, As an example: I use the following keybindings in my .mwmrc: <Key>XF86AudioLowerVolume root|window|frame|icon f.exec "amixer set 'Master' 10%- > /dev/null; audiostat" <Key>XF86AudioRaiseVolume root|window|frame|icon f.exec "amixer set 'Master' 10%+ > /dev/null; audiostat" <Key>XF86AudioMute root|window|frame|icon f.exec "amixer set 'Master' toggle > /dev/null; audiostat"