In another thread I just said that it would be nice to be able to modify the top and/or bottom bar of the screen widget. But just realised that it would actually be enough that I could turn the top and bottom bars off completely.. I know I can set their styles so that they are in essence invisible, but just a simple way to turn them off would be nice so that they aren't created etc. Maybe have like topbar="false|true" bottombar="false|true" in the xml definition of the screen.. That way I could turn them off and just create my own bars in the xml. Like this:
<screen topbar="false" style="layout:borderlayout">
<container id="topbar" style="layout-data:bld(north)">
</container>
<container id="desktop">
</container>
</screen>

