Created
January 30, 2013 21:43
-
-
Save GeertJohan/4677370 to your computer and use it in GitHub Desktop.
xmobarrc configuration from Extermintux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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