Xmonad/Config archive/dmwit's .xmobarrc

From HaskellWiki
< Xmonad‎ | Config archive
Revision as of 16:58, 21 March 2010 by Dmwit (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Config {
    font         = "xft:Monospace:pixelsize=14,-*-*-*-r-*-*-16-*-*-*-*-*-*-*",
    bgColor      = "#000040",
    fgColor      = "#80c0ff",
    position     = TopSize C 100 26,
    lowerOnStart = True,
    commands     = [
        Run StdinReader,
        Run Com "date" ["+%H:%M"] "" 30
        ],
    sepChar      = "%",
    alignSep     = "\NUL\NUL",
    template     = "%StdinReader%"
}