Skip to content

Instantly share code, notes, and snippets.

@coddeys
Created June 8, 2014 12:33
Show Gist options
  • Save coddeys/0586faa738f5c63da79d to your computer and use it in GitHub Desktop.
Save coddeys/0586faa738f5c63da79d to your computer and use it in GitHub Desktop.
Config {
font = "xft:inconsolata:size=12:antialias=true",
-- used to make the bar appear correctly after Mod-q in older xmonad implementations (0.9.x)
-- doesn't seem to do anything anymore (0.10, darcs)
-- lowerOnStart = False,
commands = [
-- Addison, TX
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