diff -r 000000000000 -r df7496e40bee xmobbarrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xmobbarrc Thu Oct 13 08:28:49 2011 -0400 @@ -0,0 +1,16 @@ +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: %"] 10, + Run Swap [] 10, + Run StdinReader, + Run CommandReader "ledmon" "LED" + ], + sepChar = "%", + alignSep = "}{", + template = "%StdinReader% }{ %LED% %cpu% | %memory% | %swap%" + } \ No newline at end of file