|
1 |
| -; hvl-lightdm-greeter.conf |
2 |
| -; |
3 |
| -; General configuration |
4 |
| -; |
5 |
| -; greeter-icon-theme = name of icon theme to use for the greeter |
6 |
| -; |
7 |
| -; greeter-background-image-dir /path/to/background-dir/ directory contains background images in jpg and png format. Images selected randomly at the start of the program |
8 |
| -; greeter-background-image = image file name in the greeter-background-image-dir to set a background image for the login screen |
9 |
| -; |
10 |
| -; loginform-offset-x = how far from the left edge of the screen should the loginform be placed. |
11 |
| -; Can be given in pixels, e.g. loginform-offset-x=60px, or in percentage of screen width, e.g. loginform-offset-x=20%. |
12 |
| -; |
13 |
| -; loginform-offset-y = how far from the left edge of the screen should the loginform be placed. |
14 |
| -; Can be given in pixels, e.g. loginform-offset-y=60px, or in percentage of screen height, e.g. loginform-offset-y=20%. |
15 |
| - |
16 |
| - |
17 |
| -; password-web-reset = set to 1 if you want to show password reset web page button. Otherwise set to 0 |
18 |
| -; password-web-reset-webpage = url for the password reset we bpage |
19 |
| - |
20 |
| -; password-web-reset-webpage-offset-x |
21 |
| -; password-web-reset-webpage-offset-y |
22 |
| -; password-web-reset-webpage-size-x |
23 |
| -; password-web-reset-webpage-size-y |
24 |
| -; |
25 |
| -; settingsform-offset-x = same format with loginform-offset-x |
26 |
| -; settingsform-offset-y = same format with loginform-offset-y |
27 |
| -; clockform-offset-x = same format with loginform-offset-x |
28 |
| -; clockform-offset-y = same format with loginform-offset-y |
29 |
| -; services-to-check = System services to wait to start before let the user login. Should be in this format, services-to-check="Service1", "service2" |
30 |
| -; wait-timeout = Timeout for service check. If the all services doesn't start after this timeout, user can try to login |
31 |
| -; cached-user-count = Configuration to show how many users on the user selection page. Maximum value is 5 |
32 |
| - |
| 1 | +# hvl-lightdm-greeter.conf |
| 2 | +# |
| 3 | +# General configuration |
| 4 | +# |
| 5 | +# |
| 6 | +# greeter-background-image-dir /path/to/background-dir/ directory contains background images in jpg and png format. Images selected randomly at the start of the program |
| 7 | +# greeter-background-image = image file name in the greeter-background-image-dir to set a background image for the login screen |
| 8 | +# |
| 9 | +# loginform-offset-x = how far from the left edge of the screen should the loginform be placed. |
| 10 | +# Can be given in pixels, e.g. loginform-offset-x=60px, or in percentage of screen width, e.g. loginform-offset-x=20%. |
| 11 | +# |
| 12 | +# loginform-offset-y = how far from the left edge of the screen should the loginform be placed. |
| 13 | +# Can be given in pixels, e.g. loginform-offset-y=60px, or in percentage of screen height, e.g. loginform-offset-y=20%. |
| 14 | +# |
| 15 | +# settingsform-offset-x = same format with loginform-offset-x |
| 16 | +# settingsform-offset-y = same format with loginform-offset-y |
| 17 | +# clockform-offset-x = same format with loginform-offset-x |
| 18 | +# clockform-offset-y = same format with loginform-offset-y |
| 19 | +# services-to-check = System services to wait to start before let the user login. Should be in this format, services-to-check="Service1", "service2" |
| 20 | +# wait-timeout = Timeout for service check. If the all services doesn't start after this timeout, user can try to login |
| 21 | +# cached-user-count = Configuration to show how many users on the user selection page. Maximum value is 5 |
| 22 | +# network-ok-timeout = Timeout to shof login forms after network is ok |
| 23 | +# screen-saver-timeout = timeout for hiding login forms |
| 24 | +# slide-show-timeout = timeout for background image change |
33 | 25 |
|
34 | 26 | [General]
|
35 |
| -greeter-icon-theme=pardus-dark |
36 | 27 | greeter-background-image-dir =/usr/share/lightdm/lightdm-hvl-greeter.conf.d/resources/bgs/
|
37 | 28 | loginform-offset-x=50%
|
38 | 29 | loginform-offset-y=40%
|
|
0 commit comments