diff options
| author | 2016-04-05 18:11:14 -0400 | |
|---|---|---|
| committer | 2016-04-05 18:11:14 -0400 | |
| commit | 3d9ba667c2669e974265bc9f52477fbb74534786 (patch) | |
| tree | f84c555189aa1355b3ffbf57dbb135c7d8db07f2 | |
| parent | 83f0257c64042ad1ba5ba2128cc9d98de3119018 (diff) | |
Trim greeter config, change from Droid to Noto.
| -rw-r--r-- | usr/share/lightdm/lightdm-gtk-greeter.conf.d/30_icebox.conf | 39 |
1 files changed, 3 insertions, 36 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 index f7c88ee..573a7d7 100644 --- a/usr/share/lightdm/lightdm-gtk-greeter.conf.d/30_icebox.conf +++ b/usr/share/lightdm/lightdm-gtk-greeter.conf.d/30_icebox.conf @@ -1,42 +1,9 @@ -# -# 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. -# +# Icebox specific defaults. + [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 +font-name=Noto Sans 9 keyboard=onboard screensaver-timeout=60 |
