Re: More for the wishlist (Was: Re: Spliting frames vertically splits statusbar)
Adam Chodorowski <
adam@...>
2005-12-01 15:57:01 GMT
On Tue, 06 Sep 2005 18:36:55 +0200, Tuomo Valkonen <tuomov@...> wrote:
> On 2005-08-05 03:31 +0200, Adam Chodorowski wrote:
>> That's not the prettiest solution IMHO. How about making it possible to
>> use %filler (maybe there's a better name) in the statusbar template to
>> make the statusbar take all available space on the screen? It could also
>> be used in the middle of the template to make the rest of the display
>> right-aligned (eg. "%load %filler %date" would put the date at the far
>> right of the screen).
>
> There's now %filler and a fullsize option for stdisps in general. The
> %filler template item will just push stuff on the left/right of it to
> the left/right end of the statusbar despite statusbar corner or
> drawing engine style alignment settings.
Yay. Thanks.
> The fullsize option to
> WMPlex.set_stdisp (passed to it by mod_statusbar.create) will make
> the statusbar use the full width of the screen.
Setting it to true doesn't seem to have any effect. If I do a horizontal
split the statusbar is still cut in half, and it doesn't take the full
width on float workspaces either. Perhaps I'm doing something wrong?
mod_statusbar.create{
screen=0,
pos='tl',
fullsize=true,
template='Workbench %filler Load: %load_1min ~ %date'
(Continue reading)