Skip to content

Instantly share code, notes, and snippets.

@GeertJohan
Created January 30, 2013 21:43
Show Gist options
  • Save GeertJohan/4677370 to your computer and use it in GitHub Desktop.
Save GeertJohan/4677370 to your computer and use it in GitHub Desktop.
xmobarrc configuration from Extermintux
Config { font = "-misc-fixed-*-*-*-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 85
, commands = [ Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Cpu ["-L","15","-H","50","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%A %Y-%m-%d %H:%M:%S" "date" 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %cpu% | %memory% * %swap% | %eth1% | %date%"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment