Skip to content

Instantly share code, notes, and snippets.

@olibob
Created August 10, 2013 11:47
Show Gist options
  • Save olibob/6200145 to your computer and use it in GitHub Desktop.
Save olibob/6200145 to your computer and use it in GitHub Desktop.
xmobar config
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 98
, commands = [ Run Uptime ["-t", "Up: <days>d <hours>h"] 36000
, Run Cpu ["-L","5","-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> | %uptime% "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment