[Xmonad] Wanted: screenshots
Andrea Rossato
mailing_list at istitutocolli.org
Sun Aug 5 05:19:06 EDT 2007
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
More information about the Xmonad
mailing list