HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Request an account if you don't have one.

Xmonad/Config archive/skorpan's xmobarrc

< Xmonad | Config archive

Config { font = "-Misc-Fixed-Normal-R-Normal--13-120-75-75-C-70-ISO8859-1"
       , bgColor = "#222222"
       , fgColor = "grey"
       , position = Top
       , commands = [ Run Cpu ["-t", "<total>", "-L","5","-H","40","--normal","green","--high","red"] 10
                    , Run BatteryP ["C23A", "C23B"] ["-t", "<left>"] 50
                    , Run Memory ["-t", "<usedratio>%"] 10
                    , Run Date "%a %b %_d %l:%M" "date" 10
                    , Run StdinReader
                    ]
       , sepChar = "%"
       , alignSep = "}{"
       , template = "%StdinReader% }{ BAT: %battery% | CPU: %cpu% | MEM: %memory% | DATE: %date%"
       }

Retrieved from "http://haskell.cs.yale.edu/haskellwiki/Xmonad/Config_archive/skorpan%27s_xmobarrc"

This page has been accessed 1,111 times. This page was last modified 17:35, 25 January 2009. Recent content is available under a simple permissive license.