-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlightdm-mini-greeter.conf
67 lines (61 loc) · 2.1 KB
/
lightdm-mini-greeter.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# LightDM Mini Greeter Configuration
#
# To test your configuration out, run: lightdm --test-mode
[greeter]
# The user to login as.
user = alljavi
# Whether to show the password input's label.
show-password-label = true
# The text of the password input's label.
password-label-text = Password:
# The text shown when an invalid password is entered. May be blank.
invalid-password-text = Invalid Password
# Show a blinking cursor in the password input.
show-input-cursor = false
# The text alignment for the password input. Possible values are:
# "left" or "right"
password-alignment = right
[greeter-hotkeys]
# The modifier key used to trigger hotkeys. Possible values are:
# "alt", "control" or "meta"
# meta is also known as the "Windows"/"Super" key
mod-key = meta
# Power management shortcuts (single-key, case-sensitive)
shutdown-key = s
restart-key = r
hibernate-key = h
suspend-key = u
[greeter-theme]
# A color from X11's `rgb.txt` file, a quoted hex string(`"#rrggbb"`) or a
# RGB color(`rgb(r,g,b)`) are all acceptable formats.
# The font to use for all text
font = "Cantarell Light"
# The font size to use for all text
font-size = 12px
# The default text color
text-color = "#d4be98"
# The color of the error text
error-color = "#ea6962"
# An absolute path to an optional background image.
# The image will be displayed centered & unscaled.
background-image = "/home/alljavi-shared/design/themes/Guweiz/lightdm-mini/background.png"
# The screen's background color.
background-color = "#282828"
# The password window's background color
window-color = "#282828"
# The color of the password window's border
border-color = "#a9b665"
# The width of the password window's border.
# A trailing `px` is required.
border-width = 2px
# The pixels of empty space around the password input.
# Do not include a trailing `px`.
layout-space = 15
# The color of the text in the password input.
password-color = "#d4be98"
# The background color of the password input.
password-background-color = "#282828"
# The color of the password input's border.
password-border-color = "#000000"
# The width of the password input's border.
password-border-width = 0