Freebsd9.2 profoak .xmobarrc

From wikinotes

~/.xmobarrc

Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
       , borderColor = "black"
       , border = TopB
       , bgColor = "black"
       , fgColor = "grey"
       , position = Top
       , allDesktops = True
       , hideOnStart = False
       , lowerOnStart = True
       , overrideRedirect = True
       , persistent = False
       , commands = [ Run StdinReader
                          , Run Weather "CYOW" ["-t","\x3Cpressure\x3E hPa | \x3CskyCondition\x3E \x3CtempC\x3EC","-L","-15","-H","25","--normal","grey","--high","red","--low","lightblue"] 36000
                    --, Run Battery ["-t", "Bat: \x3Cleft\x3E " ] 10
                 , Run Com "/home/will/.xmonad/Extensions/topInfo" ["bat"] "BAT" 40
                , Run Date "%a %b %_d %Y | %l:%M %p" "date" 10
                 , Run Com "/home/will/.xmonad/Extensions/topInfo" ["cpu"] "CPU" 15
                 , Run Com "/home/will/.xmonad/Extensions/topInfo" ["mem"] "MEM" 20
                 , Run Com "/home/will/.xmonad/Extensions/topInfo" ["swap"] "SWAP" 20
                    ]
       , sepChar = "%"
       , alignSep = "}{"
       , template = "%StdinReader% }{ CPU: %CPU% | MEM: %MEM% SWAP: %SWAP% | %BAT%|          | %CYOW% | \x3Cfc=#ee9a00\x3E%date%\x3C/fc\x3E"
       }