Please bear with us as we work to restore functionality to dotfiles.org.
Khaoz
/.xmobarrc
Config { font = "-*-terminus-*-*-*-*-12-*-*-*-*-*-*-u"
, bgColor = "#1c1c1c"
, fgColor = "#C4C4C4"
, position = Top
, commands = [ Run Network "eth0" ["-L","0","-H","32","--normal","#429942","--high","#A36666"] 10
, Run Cpu ["-L","3","-H","50","--normal","#429942","--high","#A36666"] 10
, Run Memory ["-t","Mem: %"] 10
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = " %StdinReader% }{ %cpu% | %memory% | %eth0% %date%"
}