[gnome-flashback/wip/segeiger/statusicon: 1/4] input-sources: add GSettings keys for status icon foreground and background



commit da4169a77c42d11970a755586e371e1b5c5ffa42
Author: Sebastian Geiger <sbastig gmx net>
Date:   Wed Sep 30 14:52:00 2015 +0200

    input-sources: add GSettings keys for status icon foreground and background

 data/schemas/org.gnome.gnome-flashback.gschema.xml |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/data/schemas/org.gnome.gnome-flashback.gschema.xml 
b/data/schemas/org.gnome.gnome-flashback.gschema.xml
index 4ebce8b..12c6e94 100644
--- a/data/schemas/org.gnome.gnome-flashback.gschema.xml
+++ b/data/schemas/org.gnome.gnome-flashback.gschema.xml
@@ -86,6 +86,7 @@
     </key>
 
     <child name="desktop-background" schema="org.gnome.gnome-flashback.desktop-background"/>
+    <child name="input-sources" schema="org.gnome.gnome-flashback.input-sources"/>
     <child name="workarounds" schema="org.gnome.gnome-flashback.workarounds"/>
   </schema>
 
@@ -99,6 +100,22 @@
 
   </schema>
 
+  <schema id="org.gnome.gnome-flashback.input-sources" path="/org/gnome/gnome-flashback/input-sources/">
+
+      <key name="status-icon-bg-color" type="s">
+          <default>'#000000'</default>
+          <summary>The background color for the status icon.</summary>
+          <description>This contains the background color for the status icon that is shown in the system 
tray.</description>
+      </key>
+
+      <key name="status-icon-fg-color" type="s">
+          <default>'#FFFFFF'</default>
+          <summary>The foreground color for the status icon.</summary>
+          <description>This contains the foreground color for the status icon that is shown in the system 
tray.</description>
+      </key>
+
+  </schema>
+
   <schema id="org.gnome.gnome-flashback.workarounds" path="/org/gnome/gnome-flashback/workarounds/">
 
     <key name="fix-app-menu" type="b">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]