awful.widget: allow customization of tag icon
commit9d2b21d25d6e38439b0504e68beae031fffbda3a
authorNorbert Zeh <nzeh@cs.dal.ca>
Sat, 15 Nov 2008 04:19:51 +0000 (15 00:19 -0400)
committerJulien Danjou <julien@danjou.info>
Sat, 15 Nov 2008 09:02:46 +0000 (15 10:02 +0100)
tree57382f4883bad90896e623b0b910070093c35799
parent7a9fe19f4ca793cd326fa4d659e05c19473f1498
awful.widget: allow customization of tag icon

Made changes to lib/awful/widget.lua.in to accept the following additional
customizations through theme or arguments to taglist/tasklist labeling
functions:

* args.squares_resize/theme.taglist_squares_resize (Boolean, default = true)
  If true, taglist icons are resized; otherwise, they aren't.

* args.floating_icon_align/theme.floating_icon_align (String, default = "right")
  Controls the alignment of the icon drawn in the tasklist for floating clients.

Signed-off-by: Norbert Zeh <nzeh@cs.dal.ca>
Signed-off-by: Julien Danjou <julien@danjou.info>
lib/awful/widget.lua.in