summaryrefslogtreecommitdiffstats
path: root/qt-lightdm-greeter.conf
blob: cbc0669f06f4efdd4d79d82f63a3341fd19d1fb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; 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%.
;
; loginform-mini-icon = /path/to/loginform/icon to use as a top-right icon inside the login form
;

[General]
;greeter-icon-theme=oxygen
;greeter-background-image=/path/to/background/image.png
;loginform-offset-x=50%
;loginform-offset-y=50%
;loginform-mini-icon=/path/to/loginform/icon.png