summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2016-04-05 18:10:04 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2016-04-05 18:10:04 -0400
commit83f0257c64042ad1ba5ba2128cc9d98de3119018 (patch)
treed0876fc568eaa2d64ef16ea2fbfbfe43eb508f3e /etc
parentdd5b2fa41e58e888292135d665f096f4ac2b1ca8 (diff)
Move lightdm-gtk-greeter config from etc to usr.
Diffstat (limited to 'etc')
-rw-r--r--etc/xdg/xdg-icebox/lightdm/lightdm-gtk-greeter.conf42
1 files changed, 0 insertions, 42 deletions
diff --git a/etc/xdg/xdg-icebox/lightdm/lightdm-gtk-greeter.conf b/etc/xdg/xdg-icebox/lightdm/lightdm-gtk-greeter.conf
deleted file mode 100644
index f7c88ee..0000000
--- a/etc/xdg/xdg-icebox/lightdm/lightdm-gtk-greeter.conf
+++ /dev/null
@@ -1,42 +0,0 @@
-#
-# 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