Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnome-flashback
Commits
54d79b6b
Commit
54d79b6b
authored
Sep 30, 2015
by
Sebastian Geiger
Committed by
Alberts Muktupāvels
Oct 14, 2015
Browse files
input-sources: add color settings for status icon
Add background and foreground color settings for status icon.
parent
83d6bc6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/schemas/org.gnome.gnome-flashback.gschema.xml
View file @
54d79b6b
...
...
@@ -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>
'#FFFFFF'
</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>
'#000000'
</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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment