[xmonad] updating.... in xmobar
Jacob Alexandersson
jacob.alexandersson at aligerum.se
Thu Dec 17 04:52:08 EST 2009
Hey all,
I just started trying xmonad out, and I really ilke it. I've used ratpoison
in the past but eventually gave it up. xmonad seems to work better for me so
far.
I realize this is a xmobar question, but I am guessing there are people on
this list that uses xmobar also.
I have a .xmobarrc which looks like follows:
<snip>
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 100
, lowerOnStart = True
, commands = [ Run Cpu
["-L","3","-H","50","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%a %b %_d %l:%M" "date" 10
, Run Com "uname" ["-s","-r"] "blaj" 36000
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %blaj% %cpu% | %memory% * %swap%
<fc=#ee9a00>%date%</fc>"
}
</snip>
...and in ~/.xmonad/xmonad.hs I have:
<snip>
...
xmproc <- spawnPipe "/usr/bin/xmobar /home/jcx/.xmobarrc"
...
</snip>
All I get is "updating..." where %StdinReader% is placed. Is this correct??
Am I missing something?
cheers,
Jacob.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/xmonad/attachments/20091217/48734a9d/attachment.html
More information about the xmonad
mailing list