dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

lightdm-webkit2-greeter.conf (1449B)


      1 #
      2 # [greeter]
      3 # debug_mode          = Greeter theme debug mode.
      4 # detect_theme_errors = Provide an option to load a fallback theme when theme errors are detected.
      5 # screensaver_timeout = Blank the screen after this many seconds of inactivity.
      6 # secure_mode         = Don't allow themes to make remote http requests.
      7 # time_format         = A moment.js format string so the greeter can generate localized time for display.
      8 # time_language       = Language to use when displaying the time or "auto" to use the system's language.
      9 # webkit_theme        = Webkit theme to use.
     10 #
     11 # NOTE: See moment.js documentation for format string options: http://momentjs.com/docs/#/displaying/format/
     12 #
     13 
     14 [greeter]
     15 debug_mode          = false
     16 detect_theme_errors = true
     17 screensaver_timeout = 300
     18 secure_mode         = true
     19 time_format         = LT
     20 time_language       = auto
     21 webkit_theme        = mutiny
     22 
     23 #
     24 # [branding]
     25 # background_images = Path to directory that contains background images for use by themes.
     26 # logo              = Path to logo image for use by greeter themes.
     27 # user_image        = Default user image/avatar. This is used by themes for users that have no .face image.
     28 #
     29 # NOTE: Paths must be accessible to the lightdm system user account (so they cannot be anywhere in /home)
     30 #
     31 
     32 [branding]
     33 background_images = /usr/share/backgrounds
     34 logo              = /usr/share/pixmaps/archlinux-logo.svg
     35 user_image        = /usr/share/pixmaps/archlinux-user.svg