diff options
author | marosg <[email protected]> | 2017-09-07 07:31:37 +0200 |
---|---|---|
committer | marosg <[email protected]> | 2017-09-08 16:14:45 +0200 |
commit | 5fedc5bcdc4f276709552ca40958442151bb97b4 (patch) | |
tree | 05e0ec708ed8625bb41725808c8300af9b381e9f /drivemount/org.mate.drivemount.gschema.xml.in | |
parent | 14a072cd5c936ae75e5df1c2dc25610716fb41e7 (diff) | |
download | mate-applets-5fedc5bcdc4f276709552ca40958442151bb97b4.tar.bz2 mate-applets-5fedc5bcdc4f276709552ca40958442151bb97b4.tar.xz |
GSettings for checkmark color shown for mounted volumes.
Diffstat (limited to 'drivemount/org.mate.drivemount.gschema.xml.in')
-rw-r--r-- | drivemount/org.mate.drivemount.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivemount/org.mate.drivemount.gschema.xml.in b/drivemount/org.mate.drivemount.gschema.xml.in new file mode 100644 index 00000000..24ffe871 --- /dev/null +++ b/drivemount/org.mate.drivemount.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.drivemount" path="/org/mate/panel/drivemount/"> + <key name="drivemount-checkmark-color" type="s"> + <default>'#00e300'</default> + <summary>Checkmark color for mounted drive or share</summary> + <description>Default color in a hex value.</description> + </key> + </schema> +</schemalist> |