[gnome-flashback/wip/segeiger/statusicon: 1/4] input-sources: add GSettings keys for status icon foreground and background
- From: Sebastian Geiger <segeiger src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback/wip/segeiger/statusicon: 1/4] input-sources: add GSettings keys for status icon foreground and background
- Date: Wed, 30 Sep 2015 12:55:21 +0000 (UTC)
commit 28b1ed1a7b8de97ca889cc895cd326b803642d23
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 | 18 ++++++++++++++++++
1 files changed, 18 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..730f564 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,23 @@
</schema>
+ <schema id="org.gnome.gnome-flashback.input-sources" path="/org/gnome/gnome-flashback/input-sources/">
+
+ <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>
+
+ <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>
+
+ </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]