aboutsummaryrefslogtreecommitdiff
path: root/system/lightdm/lightdm-mini-greeter.conf
blob: c7da6d690258cd933a25968cc9afecea4bce2548 (plain)
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
# LightDM Mini Greeter Configuration
#
# To test your configuration out, run: lightdm --test-mode

[greeter]
# The user to login as.
user = yaroslav
# Whether to show the password input's label.
show-password-label = true
# The text of the password input's label.
password-label-text = Password:
# Show a blinking cursor in the password input.
show-input-cursor = true


[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 = "BlexMono Nerd Font Mono"
# The font size to use for all text
font-size = 1em
# The default text color
text-color = "#e5e9f0"
# The color of the error text
error-color = "#b73030"
# An absolute path to an optional background image.
# The image will be displayed centered & unscaled.
background-image = ""
# The screen's background color.
background-color = "#1b1e25"
# The password window's background color
window-color = "#2d333f"
# The color of the password window's border
border-color = "#3b4252"
# 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 = "#e5e9f0"
# The background color of the password input.
password-background-color = "#1b1e25"