15 lines
695 B
Plaintext
15 lines
695 B
Plaintext
Config { font = "-misc-fixed-*-*-*-*-13-*-*-*-*-*-*-*"
|
|
, bgColor = "black"
|
|
, fgColor = "lightgrey"
|
|
, commands = [ Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
|
|
, Run MultiCpu ["-L","15","-H","50","--normal","green","--high","red"] 10
|
|
, Run Memory ["-t","Mem: Used <usedratio>% - Free <free>"] 10
|
|
, Run Swap [] 10
|
|
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
|
|
, Run StdinReader
|
|
]
|
|
, sepChar = "%"
|
|
, alignSep = "}{"
|
|
, template = "%StdinReader% }{ %multicpu% | %memory% | %swap% | %eth0% | %date%"
|
|
}
|