You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 line
2.8KB

  1. {{ ansible_managed | comment }}
  2. # LightDM GTK+ Configuration
  3. # Available configuration options listed below.
  4. #
  5. # Appearance:
  6. # theme-name = GTK+ theme to use
  7. # icon-theme-name = Icon theme to use
  8. # background = Background file to use, either an image path or a color (e.g. #772953)
  9. # user-background = false|true ("true" by default) Display user background (if available)
  10. # transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
  11. # transition-type = ease-in-out|linear|none ("ease-in-out" by default)
  12. #
  13. # Fonts:
  14. # font-name = Font to use
  15. # xft-antialias = false|true Whether to antialias Xft fonts
  16. # xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
  17. # xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use
  18. # xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing
  19. #
  20. # Login window:
  21. # 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
  22. # position = x y ("50% 50%" by default) Login window position
  23. # default-user-image = Image used as default user icon, path or #icon-name
  24. # hide-user-image = false|true ("false" by default)
  25. #
  26. # Panel:
  27. # panel-position = top|bottom ("top" by default)
  28. # clock-format = strftime-format string, e.g. %H:%M
  29. # 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
  30. #
  31. # Accessibility:
  32. # 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.
  33. # keyboard = command to launch on-screen keyboard (e.g. "onboard")
  34. # keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default) Works only for "onboard"
  35. # reader = command to launch screen reader (e.g. "orca")
  36. #
  37. # Security:
  38. # allow-debugging = false|true ("false" by default)
  39. # screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
  40. #
  41. # Template for per-monitor configuration:
  42. # [monitor: name]
  43. # background = overrides default value
  44. # user-background = overrides default value
  45. # laptop = false|true ("false" by default) Marks monitor as laptop display
  46. # transition-duration = overrides default value
  47. #
  48. [greeter]
  49. background={{display_manager_background_image_path}}
  50. user-background=false
  51. #theme-name=
  52. #icon-theme-name=
  53. #font-name=
  54. #xft-antialias=
  55. #xft-dpi=
  56. xft-hintstyle=hintfull
  57. #xft-rgba=
  58. indicators=~session;~spacer;~host;~spacer;~clock;~spacer;~a11y;~power
  59. clock-format=%Y-%m-%d %H:%M %Z
  60. keyboard=onboard
  61. #reader=
  62. #position=