aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/org.ArcticaProject.arctica-greeter.gschema.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml
index b5c2cab..540d87f 100644
--- a/data/org.ArcticaProject.arctica-greeter.gschema.xml
+++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml
@@ -347,5 +347,16 @@
<default>'#000000'</default>
<summary>The background color of the menubar in #RRGGBB format.</summary>
</key>
+ <key name="background-position" type="s">
+ <choices>
+ <choice value='center'/>
+ <choice value='top-left'/>
+ <choice value='top-right'/>
+ <choice value='bottom-left'/>
+ <choice value='bottom-right'/>
+ </choices>
+ <default>'center'</default>
+ <summary>The position of the background image.</summary>
+ </key>
</schema>
</schemalist>