~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk

« back to all changes in this revision

Viewing changes to data/lightdm-gtk-greeter.conf

  • Committer: Sean Davis
  • Date: 2014-05-04 11:59:11 UTC
  • Revision ID: smd.seandavis@gmail.com-20140504115911-k5t16da98dlcvmei
Tags: 1.8.5
Update version number

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# LightDM GTK+ Configuration
2
 
# Available configuration options listed below.
3
 
#
4
 
# Appearance:
5
 
#  theme-name = GTK+ theme to use
6
 
#  icon-theme-name = Icon theme to use
7
 
#  cursor-theme-name = Cursor theme to use
8
 
#  cursor-theme-size = Cursor size to use
9
 
#  background = Background file to use, either an image path or a color (e.g. #772953)
10
 
#  user-background = false|true ("true" by default)  Display user background (if available)
11
 
#  transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
12
 
#  transition-type = ease-in-out|linear|none  ("ease-in-out" by default)
13
 
#
14
 
# Fonts:
15
 
#  font-name = Font to use
16
 
#  xft-antialias = false|true  Whether to antialias Xft fonts
17
 
#  xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
18
 
#  xft-hintstyle = none|slight|medium|hintfull  What degree of hinting to use
19
 
#  xft-rgba = none|rgb|bgr|vrgb|vbgr  Type of subpixel antialiasing
20
 
#
21
 
# Login window:
22
 
#  active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. Can be a semicolon separated list
23
 
#  position = x y ("50% 50%" by default)  Login window position
24
 
#  default-user-image = Image used as default user icon, path or #icon-name
25
 
#  hide-user-image = false|true ("false" by default)
26
 
#
27
 
# Panel:
28
 
#  panel-position = top|bottom ("top" by default)
29
 
#  clock-format = strftime-format string, e.g. %H:%M
30
 
#  indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
31
 
#
32
 
# Accessibility:
33
 
#  a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
34
 
#  keyboard = command to launch on-screen keyboard (e.g. "onboard")
35
 
#  keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default)  Works only for "onboard"
36
 
#  reader = command to launch screen reader (e.g. "orca")
37
 
#
38
 
# Security:
39
 
#  allow-debugging = false|true ("false" by default)
40
 
#  screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
41
 
#
42
 
# Template for per-monitor configuration:
43
 
#  [monitor: name]
44
 
#  background = overrides default value
45
 
#  user-background = overrides default value
46
 
#  laptop = false|true ("false" by default) Marks monitor as laptop display
47
 
#  transition-duration = overrides default value
48
 
#
 
1
#
 
2
# background = Background file to use, either an image path or a color (e.g. #772953)
 
3
# theme-name = GTK+ theme to use
 
4
# icon-theme-name = Icon theme to use
 
5
# font-name = Font to use
 
6
# xft-antialias = Whether to antialias Xft fonts (true or false)
 
7
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
 
8
# xft-hintstyle = What degree of hinting to use (none, slight, medium, or hintfull)
 
9
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
 
10
# show-indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
 
11
# show-clock (true or false)
 
12
# clock-format = strftime-format string, e.g. %H:%M
 
13
# keyboard = command to launch on-screen keyboard
 
14
# position = main window position: x y
 
15
# default-user-image = Image used as default user icon, path or #icon-name
 
16
# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
 
17
49
18
[greeter]
50
19
#background=
51
 
#user-background=
52
20
#theme-name=
53
21
#icon-theme-name=
54
22
#font-name=
56
24
#xft-dpi=
57
25
#xft-hintstyle=
58
26
#xft-rgba=
59
 
#indicators=
 
27
#show-indicators=
 
28
#show-clock=
60
29
#clock-format=
61
30
#keyboard=
62
 
#reader=
63
31
#position=
64
32
#screensaver-timeout=