PackRat-2017

lightdm-gtk-greeter.conf

Nov 4th, 2024
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | Source Code | 0 0
  1. # LightDM GTK Configuration
  2. # Available configuration options listed below.
  3. # Please list the configuration options that you want to use after [greeter] without the # for example:
  4. # [greeter]
  5. # example-option=example-value
  6. #
  7. # Appearance:
  8. # theme-name = GTK theme to use
  9. # icon-theme-name = Icon theme to use
  10. # cursor-theme-name = Cursor theme to use
  11. # cursor-theme-size = Cursor size to use
  12. # background = Background file to use, either an image path or a color (e.g. #772953)
  13. # user-background = false|true ("true" by default) Display user background (if available)
  14. # transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
  15. # transition-type = ease-in-out|linear|none ("ease-in-out" by default)
  16. #
  17. # Fonts:
  18. # font-name = Font to use
  19. # xft-antialias = false|true Whether to antialias Xft fonts
  20. # xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
  21. # xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use
  22. # xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing
  23. #
  24. # Login window:
  25. # 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
  26. # position = x y ("50% 50%" by default) Login window position
  27. # default-user-image = Image used as default user icon, path or #icon-name
  28. # hide-user-image = false|true ("false" by default)
  29. # round-user-image = false|true ("true" by default)
  30. # highlight-logged-user = false|true ("true" by default)
  31. #
  32. # Panel:
  33. # panel-position = top|bottom ("top" by default)
  34. # clock-format = strftime-format string, e.g. %H:%M
  35. # indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer", "~layout". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
  36. # keyboard-layouts = semi-colon ";" separated list keyboard layouts to be listed by the "~layout" indicator (empty by default which provides all available layouts)
  37. #
  38. # Accessibility:
  39. # 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.
  40. # keyboard = command to launch on-screen keyboard (e.g. "onboard")
  41. # keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default) Works only for "onboard"
  42. # reader = command to launch screen reader (e.g. "orca")
  43. # at-spi-enabled = false|true ("true" by default) Enables accessibility at-spi-command if the greeter is built with it enabled
  44. #
  45. # Security:
  46. # allow-debugging = false|true ("false" by default)
  47. # screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
  48. #
  49. # Session:
  50. # default-session = session manager to be started when none has been selected by the user and no one is set as last used (unset by default)
  51. #
  52. # Template for per-monitor configuration:
  53. # [monitor: name]
  54. # background = overrides default value
  55. # user-background = overrides default value
  56. # laptop = false|true ("false" by default) Marks monitor as laptop display
  57. # transition-duration = overrides default value
  58. #
  59. [greeter]
  60. background = /etc/lightdm/background.jpg
  61. user-background = false
  62. theme-name = Adwaita-dark
  63. icon-theme-name = Papirus
  64. font-name = Roboto Mono Regular 11
  65. xft-antialias = true
  66. xft-dpi = 96
  67. xft-hintstyle = slight
  68. xft-rgba = rgb
  69. indicators = ~host;~spacer;~clock;~spacer;~layout;~session;~a11y;~power
  70. clock-format = %A %e %B %l:%M %p
  71. #keyboard=
  72. #reader=
  73. #position=
  74. #screensaver-timeout=
  75.  
Advertisement
Add Comment
Please, Sign In to add comment