forked from external/yambar
doc: label
This commit is contained in:
parent
e76dbbacd6
commit
69dcc66b8a
1 changed files with 24 additions and 1 deletions
|
@ -17,7 +17,7 @@ representing tag values. The simplest one is the _string_ particle,
|
||||||
which renders a text representation of the tag value. See
|
which renders a text representation of the tag value. See
|
||||||
*f00bar-particles*(5).
|
*f00bar-particles*(5).
|
||||||
|
|
||||||
# FORMAT
|
# GENERIC CONFIGURATION
|
||||||
|
|
||||||
Each module defines its own configuration format. However, the
|
Each module defines its own configuration format. However, the
|
||||||
following attributes are supported by all modules:
|
following attributes are supported by all modules:
|
||||||
|
@ -310,6 +310,29 @@ bar:
|
||||||
current: { string: {text: "{application}: {title}"}}
|
current: { string: {text: "{application}: {title}"}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# LABEL
|
||||||
|
|
||||||
|
This module renders the provided _content_ particle, but provides no
|
||||||
|
additional data.
|
||||||
|
|
||||||
|
## TAGS
|
||||||
|
|
||||||
|
None
|
||||||
|
|
||||||
|
## CONFIGURATION
|
||||||
|
|
||||||
|
No additional attributes supported, only the generic ones (see
|
||||||
|
*GENERIC CONFIGURATION*)
|
||||||
|
|
||||||
|
## EXAMPLES
|
||||||
|
|
||||||
|
```
|
||||||
|
bar:
|
||||||
|
left:
|
||||||
|
- label:
|
||||||
|
content: {string: {text: hello world}}
|
||||||
|
```
|
||||||
|
|
||||||
# SEE ALSO
|
# SEE ALSO
|
||||||
|
|
||||||
*f00bar-particles*(5), *f00bar-tags*(5), *f00bar-decorations*(5)
|
*f00bar-particles*(5), *f00bar-tags*(5), *f00bar-decorations*(5)
|
||||||
|
|
Loading…
Add table
Reference in a new issue