mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 02:25:39 +02:00
wip: man pages
This commit is contained in:
parent
221a6809c0
commit
276ebf7141
4 changed files with 386 additions and 1 deletions
47
doc/f00bar-module-alsa.5.scd
Normal file
47
doc/f00bar-module-alsa.5.scd
Normal file
|
@ -0,0 +1,47 @@
|
|||
f00bar-module-alsa(5)
|
||||
|
||||
# NAME
|
||||
f00bar-module-alsa - configuration file
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
Monitors an alsa soundcard for volume and mute/unmute changes.
|
||||
|
||||
# TAGS
|
||||
|
||||
[[ *Name*
|
||||
:[ *Type*
|
||||
:[ *Description*
|
||||
| volume
|
||||
: range
|
||||
: Volume level, with min and max as start and end range values
|
||||
| muted
|
||||
: bool
|
||||
: True if muted, otherwise false
|
||||
|
||||
|
||||
# CONFIGURATION
|
||||
|
||||
[[ *Name*
|
||||
:[ *Type*
|
||||
:[ *Req*
|
||||
:[ *Description*
|
||||
| card
|
||||
: string
|
||||
: yes
|
||||
: The soundcard name. _Default_ might work.
|
||||
| mixer
|
||||
: string
|
||||
: yes
|
||||
: Mixer channel to monitor. _Master_ might work.
|
||||
|
||||
# EXAMPLES
|
||||
|
||||
```
|
||||
bar:
|
||||
left:
|
||||
- alsa:
|
||||
card: hw:PCH
|
||||
mixer: Master
|
||||
content: {string: {text: "{volume}"}}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue