privacy: document ignore options

This commit is contained in:
Gregor Kleen
2024-09-13 14:18:04 +02:00
committed by Sonter
parent 831602a913
commit 6cfaf4ff63

View File

@ -37,6 +37,17 @@ the screen or playing audio.
default: false ++ default: false ++
Enables this module to consume all left over space dynamically. Enables this module to consume all left over space dynamically.
*ignore-monitor* ++
typeof: bool ++
default: true ++
Ignore streams with *stream.monitor* property.
*ignore* ++
typeof: array of objects ++
default: [] ++
Additional streams to be ignored. See *IGNORE CONFIGURATION* for++
more information.
# MODULES CONFIGURATION # MODULES CONFIGURATION
*type*: ++ *type*: ++
@ -54,6 +65,14 @@ the screen or playing audio.
default: 24 ++ default: 24 ++
The size of each icon in the tooltip. The size of each icon in the tooltip.
# IGNORE CONFIGURATION
*type*: ++
typeof: string
*name*: ++
typeof: string
# EXAMPLES # EXAMPLES
``` ```