Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In Awesome <3.5 I did it that way:

mytasklist[s] = awful.widget.tasklist(function(c)
  local task = { awful.widget.tasklist.label.currenttags(c, s) }
  return '', task[2], task[3], task[4]
end, mytasklist.buttons)

But in 3.5 that doesn't work anymore as in 3.5 there is no such function - awful.widget.tasklist.label.currenttags() and new function awful.widget.tasklist.filter.currenttags() returns just true or false so its not the real replacement.

share|improve this question
So, no way to do it? ( – Andrey Mar 11 at 11:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.