aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2025-04-11 22:21:48 +0200
committerRobert Tari <robert@tari.in>2025-04-11 22:21:48 +0200
commit4d103464841c06b53447bd95db7d7785a156af13 (patch)
tree920acb84d041bdabd9470479e81af95027f1bb80 /data
parent33ec57fe1d832db50c69a18b1119790d3f890027 (diff)
downloadarctica-greeter-4d103464841c06b53447bd95db7d7785a156af13.tar.gz
arctica-greeter-4d103464841c06b53447bd95db7d7785a156af13.tar.bz2
arctica-greeter-4d103464841c06b53447bd95db7d7785a156af13.zip
Add logo positioning tweaks
Diffstat (limited to 'data')
-rw-r--r--data/org.ArcticaProject.arctica-greeter.gschema.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml
index c6da686..38be872 100644
--- a/data/org.ArcticaProject.arctica-greeter.gschema.xml
+++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml
@@ -317,5 +317,23 @@
<default>1.0</default>
<summary>The background opacity of the error message in the prompt box.</summary>
</key>
+ <key name="logo-position" type="s">
+ <choices>
+ <choice value='top-left'/>
+ <choice value='top-right'/>
+ <choice value='bottom-left'/>
+ <choice value='bottom-right'/>
+ </choices>
+ <default>'bottom-left'</default>
+ <summary>The position of the logo.</summary>
+ </key>
+ <key name="logo-offset-horizontal" type="i">
+ <default>2</default>
+ <summary>The horizontal offset of the logo from the edge of the screen in grid units.</summary>
+ </key>
+ <key name="logo-offset-vertical" type="i">
+ <default>1</default>
+ <summary>The vertical offset of the logo from the edge of the screen in grid units.</summary>
+ </key>
</schema>
</schemalist>