1 | # Config file for debathena-lightdm-greeter |
---|
2 | # Any invalid values will be overridden with compile-time defaults |
---|
3 | [Greeter] |
---|
4 | # Minimum uid required to log in (integer) |
---|
5 | minimum_uid=1 |
---|
6 | # File whose presence determines that logins should be disabled |
---|
7 | nologin_file=/var/run/athena-nologin |
---|
8 | # Background Image |
---|
9 | # Must be in a format supported by gdk_pixbuf_new_from_file() |
---|
10 | # Will be scaled to the background size using bilinear interpolation |
---|
11 | background_image=/usr/share/debathena-lightdm-config/background.jpg |
---|
12 | # Logo frames are constructed from the base file, and |
---|
13 | # extra_logo_frames additional files. Additional filenames are |
---|
14 | # constructed by adding an integer (1..extra_logo_frames) to the end |
---|
15 | # of the base portion of the filename. Extensions, if any, are |
---|
16 | # stripped off before adding the integer. |
---|
17 | # e.g. debathena.png, debathena1.png, debathena2.png, etc |
---|
18 | base_logo_file=/usr/share/debathena-lightdm-config/debathena.png |
---|
19 | extra_logo_frames=8 |
---|
20 | # A MOTD file to display at the bottom of the greeter |
---|
21 | # Will be truncated to 10 lines, 80 characters per line |
---|
22 | motd_filename=/afs/athena.mit.edu/system/config/motd/login.debathena |
---|
23 | # Append a period and the output of "lsb_release -c" to the motd |
---|
24 | # filename? (If appending fails, it will fallback to motd_filename) |
---|
25 | append_codename_to_motd=true |
---|
26 | # Do you require your time to be measured in seconds? (boolean) |
---|
27 | time_pedantry=true |
---|