Fix second level lists

This commit is contained in:
J. Thalheim 2011-12-17 09:05:54 +01:00
parent 2fedbfad74
commit c715d94471
1 changed files with 12 additions and 11 deletions

View File

@ -50,22 +50,22 @@ vicious.register() to register it with Vicious:
**wtype**
- 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
Vicious
- 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"
section
**format**
- 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
with string keys, in that case use: ${key}
- 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
**interval**
@ -74,6 +74,7 @@ vicious.register() to register it with Vicious:
default, also read the "Power" section below
**warg**
- some widget types require an argument to be passed, for example
the battery ID