Skip to content

Instantly share code, notes, and snippets.

@master-q
Created August 10, 2011 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save master-q/1136033 to your computer and use it in GitHub Desktop.
Save master-q/1136033 to your computer and use it in GitHub Desktop.
xmobar setting
Config { font = "xft:Sans-9:bold"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 80
, commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%Y/%m/%d %a %k:%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