| author | Fabien Ninoles <fabien@tzone.org> | 
| Sat, 03 Jan 2015 11:21:36 -0500 | |
| changeset 9 | 56e80afa3e1c | 
| parent 0 | df7496e40bee | 
| permissions | -rw-r--r-- | 
| 0 | 1  | 
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*", 
 | 
2  | 
bgColor = "black",  | 
|
3  | 
fgColor = "grey",  | 
|
4  | 
position = TopW L 100,  | 
|
5  | 
lowerOnStart = True,  | 
|
6  | 
commands = [  | 
|
7  | 
Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10,  | 
|
8  | 
Run Memory ["-t","Mem: <usedratio>%"] 10,  | 
|
9  | 
Run Swap [] 10,  | 
|
10  | 
Run StdinReader,  | 
|
11  | 
Run CommandReader "ledmon" "LED"  | 
|
12  | 
],  | 
|
13  | 
sepChar = "%",  | 
|
14  | 
         alignSep = "}{",
 | 
|
15  | 
         template = "%StdinReader% }{ <fc=#00ff00>%LED%</fc> %cpu% | %memory% | %swap%"
 | 
|
16  | 
}  |