Hello, Currently i am writing a lua module for awesome to display all clients in a "floatng wibox" to have a nice complete picture of all clients which are actually running.
I have managed to create a floating wibox which is on top of all clients. The next idea was, to iterate over all clients and create image boxes with the data from the client field "client.content". The problem here is that, only the content of the clients which are on the current selected tag, are finally shown in my "floatng wibox". Of course i need all of the client.content images. Maybe someone knows the reason for this. You can found the code for the relevant function here. https://gist.github.com/1467243 Code for the whole module: https://gist.github.com/1467255 greetz Sascha -- To unsubscribe, send mail to [email protected].
