diff options
| author | 2016-04-05 18:10:04 -0400 | |
|---|---|---|
| committer | 2016-04-05 18:10:04 -0400 | |
| commit | 83f0257c64042ad1ba5ba2128cc9d98de3119018 (patch) | |
| tree | d0876fc568eaa2d64ef16ea2fbfbfe43eb508f3e /usr/share | |
| parent | dd5b2fa41e58e888292135d665f096f4ac2b1ca8 (diff) | |
Move lightdm-gtk-greeter config from etc to usr.
Diffstat (limited to 'usr/share')
| -rw-r--r-- | usr/share/lightdm/lightdm-gtk-greeter.conf.d/30_icebox.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/usr/share/lightdm/lightdm-gtk-greeter.conf.d/30_icebox.conf b/usr/share/lightdm/lightdm-gtk-greeter.conf.d/30_icebox.conf new file mode 100644 index 0000000..f7c88ee --- /dev/null +++ b/usr/share/lightdm/lightdm-gtk-greeter.conf.d/30_icebox.conf @@ -0,0 +1,42 @@ +# +# background = Background file to use, either an image path or a color (e.g. #772953) +# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. +# user-background = Display user background (if available), true or false. true by default. +# theme-name = GTK+ theme to use +# icon-theme-name = Icon theme to use +# font-name = Font to use +# xft-antialias = Whether to antialias Xft fonts (true or false) +# xft-dpi = Resolution for Xft in dots per inch (e.g. 96) +# xft-hintstyle = What degree of hinting to use (none, slight, medium, or hintfull) +# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr) +# 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 +# show-clock (true or false) +# clock-format = strftime-format string, e.g. %H:%M +# keyboard = command to launch on-screen keyboard (e.g. onboard) +# reader = command to launch screen reader (e.g. orca) +# 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. +# position = main window position: x y +# default-user-image = Image used as default user icon, path or #icon-name +# hide-user-image = true|false, false by default +# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen +# +# Template for monitor configuration: +# [monitor: name] +# background = overrides default value +# user-background = overrides default value +# laptop = true|false, false by default. Marks monitor as laptop display. +# +[greeter] +background=/usr/share/backgrounds/icebox.jpg +theme-name=Numix +icon-theme-name=elementary-xfce-dark +font-name=Droid Sans 10 +xft-antialias=true +xft-dpi=96 +xft-hintstyle=slight +xft-rgba=rgb +show-indicators=~host;~spacer;~session;~language;~a11y;~clock;~power; +show-clock=true +clock-format=%d %b, %H:%M +keyboard=onboard +screensaver-timeout=60 |
