Dustin Falgout
8 years ago
2 changed files with 13 additions and 8 deletions
@ -1,23 +1,27 @@ |
|||||||
# |
# |
||||||
# [greeter] |
# [greeter] |
||||||
# webkit-theme = Webkit theme to use. |
# debug_mode = Greeter theme debug mode. |
||||||
# debug_mode = Greeter theme debug mode. |
# secure_mode = Don't allow themes to make non-local http requests. |
||||||
# screensaver-timeout = Blank the screen after this many seconds of inactivity. |
# screensaver-timeout = Blank the screen after this many seconds of inactivity. |
||||||
|
# webkit-theme = Webkit theme to use. |
||||||
# |
# |
||||||
|
|
||||||
[greeter] |
[greeter] |
||||||
webkit-theme = antergos |
debug_mode = false |
||||||
debug_mode = false |
secure_mode = true |
||||||
screensaver-timeout = 300 |
screensaver-timeout = 300 |
||||||
|
webkit-theme = antergos |
||||||
|
|
||||||
# |
# |
||||||
# [branding] |
# [branding] |
||||||
# logo = Path to logo image for use by greeter themes. |
# logo = Path to logo image for use by greeter themes. |
||||||
# user_image = Default user image/avatar. This is used by themes for users that have no .face image. |
# user_image = Default user image/avatar. This is used by themes for users that have no .face image. |
||||||
# background_images = Path to directory that contains background images for use by themes. |
# background_images = Path to directory that contains background images for use by themes. |
||||||
# |
# |
||||||
|
# NOTE: Paths must be accessible to the lightdm system user account (so they cannot be anywhere in /home) |
||||||
|
# |
||||||
|
|
||||||
[branding] |
[branding] |
||||||
logo = /usr/share/lightdm-webkit/themes/antergos/img/antergos.png |
logo = /usr/share/lightdm-webkit/themes/antergos/img/antergos.png |
||||||
user_image = /usr/share/lightdm-webkit/themes/antergos/img/antergos-logo-user.png |
user_image = /usr/share/lightdm-webkit/themes/antergos/img/antergos-logo-user.png |
||||||
background_images = /usr/share/backgrounds |
background_images = /usr/share/backgrounds |
||||||
|
Loading…
Reference in new issue