summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 57eb6f6)
raw | patch | inline | side by side (parent: 57eb6f6)
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 3634446ae29cbee1a6b40863d6a643ce4bdb9e9d..74e057254da1e3dfb2ac30fc41f04500a39601ae 100644 (file)
--- a/share/collection.conf
+++ b/share/collection.conf
ShowZero true
<DEF>
- DSName "used"
- Legend "Used"
- Color "ff0000"
+ DSName "free"
+ Legend "Free"
+ Color "00bf00"
Area true
Stack true
Format "%5.1lf%s"
</DEF>
<DEF>
- DSName "free"
- Legend "Free"
- Color "00bf00"
+ DSName "used"
+ Legend "Used"
+ Color "ff0000"
Area true
Stack true
Format "%5.1lf%s"