Wanted: screenshots

The (now very large!) contrib page has been indexed and reorganised, to reflect the current state of the contributions repo. http://xmonad.org/contrib.html All the new extensions since 0.2 should now be on the page. One thing missing is some screenshots for the newer layouts. Could people using the following please send screenshots! Accordion layout Tabbed layout (something very ion-ish please!) Two pane layout Hinted layout Square layout Three column layout If you're using these, could you take a quick screenshot and send me the url, so we can more easily illustrate what each layout algo does. Also on the web page is a link to Andrea's great haddock docs for the core and extensions. Cheers, Don

On Sun, Aug 05, 2007 at 05:08:55PM +1000, Donald Bruce Stewart wrote:
Could people using the following please send screenshots!
Accordion layout Tabbed layout (something very ion-ish please!)
There you go: http://gorgias.mine.nu/xmonadShots/ These are about the tabbed layout with a Ion3 clean style. You can get it with this configuration options: tabbed configuration: -- ion3 clean style myTabConfig :: TConf myTabConfig = defaultTConf { activeColor = "#8a999e" , inactiveColor = "#545d75" , activeBorderColor = "white" , inactiveBorderColor = "grey" , activeTextColor = "white" , inactiveTextColor = "grey" , tabSize = 15 } the prompt you see in the 3rd screen shot: -- ion3 clean style myXPConfig :: XPConfig myXPConfig = defaultXPConfig { bgColor = "#8a999e" , fgHLight = "black" , bgHLight = "#aaaaaa" } ciao andrea

dons@cse.unsw.edu.au (Donald Bruce Stewart) writes:
The (now very large!) contrib page has been indexed and reorganised, to reflect the current state of the contributions repo.
http://xmonad.org/contrib.html
All the new extensions since 0.2 should now be on the page.
One thing missing is some screenshots for the newer layouts.
Could people using the following please send screenshots!
Accordion layout Tabbed layout (something very ion-ish please!) Two pane layout Hinted layout Square layout Three column layout
http://sec.modprobe.de/xmonad.png This is a 2-screen setup, top one is using a tabbed layout, the bottom one shows just 2 Emacs-frames in tabbed layout. Nothing fancy, but i tried to tweak the colors to make it look good :) Tom
participants (3)
-
Andrea Rossato
-
dons@cse.unsw.edu.au
-
Tom Rauchenwald