{tag,task}list: add update_function and base_widget constructor arguments
commit4463f89b1538850d770a2d392c387d9081880c4d
authorLukáš Hrázký <lukkash@email.cz>
Sat, 5 Jan 2013 15:12:51 +0000 (5 16:12 +0100)
committerUli Schlachter <psychon@znc.in>
Sat, 5 Jan 2013 22:05:30 +0000 (5 23:05 +0100)
tree591a815dea2a3943ae969c224bd6860218f8ffda
parent8560de597c3a1f349907e6ef94cf343c86f63c30
{tag,task}list: add update_function and base_widget constructor arguments

The arguments are optional, making it possible to use a custom function
to create the {tag,task}list layout. The base_widget arguments can be
used to override the base layout of the {tag,task}list widget.

Signed-off-by: Lukáš Hrázký <lukkash@email.cz>
Signed-off-by: Uli Schlachter <psychon@znc.in>
lib/awful/widget/common.lua.in
lib/awful/widget/taglist.lua.in
lib/awful/widget/tasklist.lua.in