diff options
author | Marian Gasparovic <[email protected]> | 2018-02-04 18:36:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-04 19:15:28 +0100 |
commit | e6d55cba85fc49b3dfac8150c397540bda369847 (patch) | |
tree | de6d8272b079641679b718258d4be7d9adc1594d /multiload/org.mate.panel.applet.multiload.gschema.xml.in | |
parent | 560c27fb0638d41fe39ad0e0719dd6153b17eea0 (diff) | |
download | mate-applets-e6d55cba85fc49b3dfac8150c397540bda369847.tar.bz2 mate-applets-e6d55cba85fc49b3dfac8150c397540bda369847.tar.xz |
Scaling network graph using thresholds defined by user
Diffstat (limited to 'multiload/org.mate.panel.applet.multiload.gschema.xml.in')
-rw-r--r-- | multiload/org.mate.panel.applet.multiload.gschema.xml.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/multiload/org.mate.panel.applet.multiload.gschema.xml.in b/multiload/org.mate.panel.applet.multiload.gschema.xml.in index 206ebee3..d0d27a32 100644 --- a/multiload/org.mate.panel.applet.multiload.gschema.xml.in +++ b/multiload/org.mate.panel.applet.multiload.gschema.xml.in @@ -89,6 +89,26 @@ <default>'#000000'</default> <summary>Network graph background color</summary> </key> + <key name="netload2-color4" type="s"> + <default>'#ffffff'</default> + <summary>Grid line color</summary> + </key> + <key name="netload2-color5" type="s"> + <default>'#0000ff'</default> + <summary>Indicator color</summary> + </key> + <key name="netthreshold1" type="u"> + <default>1000000</default> + <summary>Network threshold 1 in bytes</summary> + </key> + <key name="netthreshold2" type="u"> + <default>10000000</default> + <summary>Network threshold 2 in bytes</summary> + </key> + <key name="netthreshold3" type="u"> + <default>100000000</default> + <summary>Network threshold 3 in bytes</summary> + </key> <key name="swapload-color0" type="s"> <default>'#8b00c3'</default> <summary>Graph color for user-related swap usage</summary> |