Skip to content

Instantly share code, notes, and snippets.

@icot
Created May 23, 2013 17:52
Show Gist options
  • Save icot/5638006 to your computer and use it in GitHub Desktop.
Save icot/5638006 to your computer and use it in GitHub Desktop.
xmobar
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = Top
, border = NoBorder
, borderColor = "black"
, 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 StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc> "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment