projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57eb6f6
)
share/collection.conf: Swap free and used areas of the "df" graph.
author
Florian Forster
<octo@verplant.org>
Tue, 7 Sep 2010 20:34:40 +0000
(22:34 +0200)
committer
Florian Forster
<octo@verplant.org>
Tue, 7 Sep 2010 20:34:40 +0000
(22:34 +0200)
share/collection.conf
patch
|
blob
|
history
diff --git
a/share/collection.conf
b/share/collection.conf
index
3634446
..
74e0572
100644
(file)
--- a/
share/collection.conf
+++ b/
share/collection.conf
@@
-245,17
+245,17
@@
ShowZero true
<DEF>
- DSName "
used
"
- Legend "
Used
"
- Color "
ff00
00"
+ DSName "
free
"
+ Legend "
Free
"
+ Color "
00bf
00"
Area true
Stack true
Format "%5.1lf%s"
</DEF>
<DEF>
- DSName "
free
"
- Legend "
Free
"
- Color "
00bf
00"
+ DSName "
used
"
+ Legend "
Used
"
+ Color "
ff00
00"
Area true
Stack true
Format "%5.1lf%s"