Fix second level lists
This commit is contained in:
parent
2fedbfad74
commit
c715d94471
|
@ -50,22 +50,22 @@ vicious.register() to register it with Vicious:
|
||||||
**wtype**
|
**wtype**
|
||||||
|
|
||||||
- widget type or a function
|
- widget type or a function
|
||||||
- any of the available (default, or custom) widget types can
|
* any of the available (default, or custom) widget types can
|
||||||
be used here, see below for a list of those provided by
|
be used here, see below for a list of those provided by
|
||||||
Vicious
|
Vicious
|
||||||
- function
|
- function
|
||||||
- custom functions from your own "awesome" configuration can
|
* custom functions from your own "awesome" configuration can
|
||||||
be registered as widget types, see the "Custom widget types"
|
be registered as widget types, see the "Custom widget types"
|
||||||
section
|
section
|
||||||
|
|
||||||
**format**
|
**format**
|
||||||
|
|
||||||
- string argument or a function
|
- string argument or a function
|
||||||
- $1, $2, $3... will be replaced by their respective value
|
* $1, $2, $3... will be replaced by their respective value
|
||||||
returned by the widget type, some widget types return tables
|
returned by the widget type, some widget types return tables
|
||||||
with string keys, in that case use: ${key}
|
with string keys, in that case use: ${key}
|
||||||
- function
|
- function
|
||||||
- function(widget, args) can be used to manipulate data
|
* function(widget, args) can be used to manipulate data
|
||||||
returned by the widget type, more about this below
|
returned by the widget type, more about this below
|
||||||
|
|
||||||
**interval**
|
**interval**
|
||||||
|
@ -74,6 +74,7 @@ vicious.register() to register it with Vicious:
|
||||||
default, also read the "Power" section below
|
default, also read the "Power" section below
|
||||||
|
|
||||||
**warg**
|
**warg**
|
||||||
|
|
||||||
- some widget types require an argument to be passed, for example
|
- some widget types require an argument to be passed, for example
|
||||||
the battery ID
|
the battery ID
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue