summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf')
-rw-r--r--core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf
new file mode 100644
index 00000000..a1d19f07
--- /dev/null
+++ b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/qt-lightdm-greeter.conf
@@ -0,0 +1,19 @@
+; qt-lightdm-greeter.conf
+;
+; General configuration
+;
+; greeter-icon-theme = name of icon theme to use for the greeter
+;
+; greeter-background = /path/to/background/image to set a background image for the login screen
+;
+; loginform-offset-x = how far from the left edge of the screen should the loginform be placed.
+; Can be given in pixels, e.g. loginform-offset-x=60px, or in percentage of screen width, e.g. loginform-offset-x=20%.
+;
+; loginform-offset-y = how far from the left edge of the screen should the loginform be placed.
+; Can be given in pixels, e.g. loginform-offset-y=60px, or in percentage of screen width, e.g. loginform-offset-y=20%.
+
+[General]
+;greeter-icon-theme=oxygen
+greeter-background-image=/opt/openslx/lightdm/bwlp-background.png
+loginform-offset-x=50%
+loginform-offset-y=50%