On Tue, 08 Sep 2009 15:39:54 +0200 (CEST) Julien Danjou <[email protected]> wrote:
> At 1252397880 time_t, Uli Schlachter wrote: > > But this wibox would again need a lot of special case code. The lua code > > would > > need a way to reserve a [X] pixel large area between parent wibox window and > > the real client and then it needs something to put widgets there. Wiboxes > > with a > > hole in their center sound complicated. :( > > Clearly. :( Are you talking about reserving space for the titlebar/borders/whatever? Why would you wanna reserve it? Just put the widgets there, their size is given once they are created, is it not? Or am I misunderstanding? The widgets should be placed using widget.layout, which should be flexible enough to allow this kind of general placement. As it is right now, something along the lines of vertical.toptobottom and vertical.bottomtotop is missing (so that, btw, one is unable to do a vertical panel properly). Is it planned? I'll look into it unless someone is working on it now... Gregor? :) Sorry for the little insight I have, I need to look into the code more.. someone give me some time... :) lukash -- To unsubscribe, send mail to [email protected].
