README: update wtype argument explanation
Many users miss the fact they can register their functions as widget types. Documentation for wtype being incomplete wasn't helping.
This commit is contained in:
parent
45c6ebaeb6
commit
6f42ee5e51
9
README
9
README
|
@ -47,7 +47,14 @@ vicious.register() to register it with Vicious:
|
|||
graph or a progressbar)
|
||||
|
||||
wtype
|
||||
- one of the available widget types, see below for a list
|
||||
- widget type or a function
|
||||
- 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
|
||||
be registered as widget types, see the "Custom widget types"
|
||||
section
|
||||
|
||||
format
|
||||
- string argument or a function
|
||||
|
|
Loading…
Reference in New Issue