awful.widget: document taglist_squares_resize and fix

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-17 20:32:26 +01:00
parent 223c052760
commit 26b9c88de2
1 changed files with 3 additions and 2 deletions

View File

@ -93,8 +93,9 @@ end
-- fg_focus The foreground color for selected tag. -- fg_focus The foreground color for selected tag.
-- bg_urgent The background color for urgent tags. -- bg_urgent The background color for urgent tags.
-- fg_urgent The foreground color for urgent tags. -- fg_urgent The foreground color for urgent tags.
-- taglist_squares_sel Optional: an user provided image for selected squares. -- squares_sel Optional: a user provided image for selected squares.
-- taglist_squares_unsel Optional: an user provided image for unselected squares. -- squares_unsel Optional: a user provided image for unselected squares.
-- squares_resize Optional: true or false to resize squares.
-- @return A string to print. -- @return A string to print.
function taglist.label.all(t, args) function taglist.label.all(t, args)
if not args then args = {} end if not args then args = {} end