
On Mon, Feb 18, 2008 at 05:29:50PM +0100, Andrea Rossato wrote:
- I created a new style, TarBarDecoration, which can add a tabbed like decoration to any layout. The layout may be a combined layout too.
and, obviously, decorated layouts too.
(Tall 1 (2/100) (1/2) */* decoration shrinkText defaultTheme (TabBar Top) (resizeVertical 20 (Tall 1 (2/100) (1/2) *|* simpleFloat))) which means (Tall 1 (2/100) (1/2) */* simpleTabBar (resizeVertical 20 (Tall 1 (2/100) (1/2) *|* simpleFloat)))
I just pushed a patch that simplifies a bit 'simpleTabBar', which now includes the resizeVertical modifier too. And to the above is now: Tall 1 (2/100) (1/2) */* simpleTabBar (Tall 1 (2/100) (1/2) *|* simpleFloat)
will produce: http://gorgias.mine.nu/xmonadShots/tallTallFloat.png
tarBar will probably require the resize modifier. I introduced resizeHorizontalRight and resizeVerticalBottom too. The later can be used for creating a bar of tabs at the bottom of the screen, like: tabBar shrinkText defaultTheme Bottom (resizeVerticalBottom 20 (Tall 1 (2/100) (1/2))) which will produce: http://gorgias.mine.nu/xmonadShots/bottomTabBar.png (Just to let you know if you get the latest darcs bits). Andrea