|
| 1 | +# |
| 2 | +# branding: |
| 3 | +# background_images_dir: Path to directory that contains background images for use by themes. |
| 4 | +# logo_image: Path to logo image for use by greeter themes. |
| 5 | +# user_image: Default user image/avatar. This is used by themes when user has no .face image. |
| 6 | +# |
| 7 | +# NOTE: Paths must be accessible to the lightdm system user account (so they cannot be anywhere in /home) |
| 8 | +# |
| 9 | +branding: |
| 10 | + background_images_dir: /usr/share/backgrounds |
| 11 | + logo_image: /usr/share/web-greeter/themes/default/img/antergos-logo-user.png |
| 12 | + user_image: /usr/share/web-greeter/themes/default/img/antergos.png |
| 13 | + theme: |
| 14 | + username_area: |
| 15 | + title: Authentication |
| 16 | + title_locked: Authentication |
| 17 | + comment: Enter your Account name to sign in |
| 18 | + comment_locked: Enter your Account name to unlock / sign in |
| 19 | + password_area: |
| 20 | + comment: Please enter your Password |
| 21 | + active_sessions_label: Locked Sessions |
| 22 | + info_top: |
| 23 | + - label: OS Version |
| 24 | + value: Ubuntu 22.04 Jammy |
| 25 | + - label: Authorized Users |
| 26 | + value: Student |
| 27 | + - label: Managed by |
| 28 | + value: ISG DPHYS |
| 29 | + info_bottom: |
| 30 | + - label: Documentation |
| 31 | + value: readme.phys.ethz.ch |
| 32 | + - label: Announcements |
| 33 | + value: isg.phys.ethz.ch |
| 34 | + - label: Chat |
| 35 | + value: chat.phys.ethz.ch |
| 36 | + - label: Mail |
| 37 | + value: isg@phys.ethz.ch |
| 38 | + - label: Tel |
| 39 | + value: '+41 44 633 26 68' |
| 40 | + banner: dphys |
| 41 | + logo: ethz |
| 42 | + styles: |
| 43 | + panel: |
| 44 | + position: 'absolute' |
| 45 | + width: '450px' |
| 46 | + top: '50%' |
| 47 | + left: '50%' |
| 48 | + transform: 'translate(-50%, -50%)' |
| 49 | + content: |
| 50 | + height: '541px' |
| 51 | + panels_shadow: |
| 52 | + boxShadow: '0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2)' |
| 53 | + panels_color: |
| 54 | + background: 'rgba(0,0,0,.7)' |
| 55 | + color: '#fff' |
| 56 | + status_panel: |
| 57 | + background: 'rgba(143,0,17,.6)' |
| 58 | + color: '#fff' |
| 59 | + status_panel_granted: |
| 60 | + background: 'rgba(66,133,244,.6)' |
| 61 | + status_panel_granted_green: |
| 62 | + background: 'rgba(66,244,95,.6)' |
| 63 | + status_panel_denied: |
| 64 | + background: 'rgba(143,0,17,.6)' |
| 65 | + contentFooter: |
| 66 | + paddingTop: '0px' |
| 67 | + background: |
| 68 | + backgroundPosition: 'center' |
| 69 | + backgroundSize: 'cover' |
| 70 | + |
| 71 | +# |
| 72 | +# greeter: |
| 73 | +# debug_mode: Enable debug mode for the greeter as well as greeter themes. |
| 74 | +# detect_theme_errors: Provide an option to load a fallback theme when theme errors are detected. |
| 75 | +# screensaver_timeout: Blank the screen after this many seconds of inactivity. |
| 76 | +# secure_mode: Don't allow themes to make remote http requests. |
| 77 | +# theme: Greeter theme to use. |
| 78 | +# icon_theme: Icon/cursor theme to use, located in /usr/share/icons/, i.e. "Adwaita". Set to None to use default icon theme. |
| 79 | +# time_language: Language to use when displaying the date or time, i.e. "en-us", "es-419", "ko", "ja". Set to None to use system's language. |
| 80 | +# |
| 81 | +# NOTE: See IANA subtags registry for time_language options: https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry |
| 82 | +# |
| 83 | +greeter: |
| 84 | + debug_mode: False |
| 85 | + detect_theme_errors: True |
| 86 | + screensaver_timeout: 300 |
| 87 | + secure_mode: True |
| 88 | + theme: luminosity |
| 89 | + icon_theme: |
| 90 | + time_language: |
| 91 | + |
| 92 | +# |
| 93 | +# layouts A list of preferred layouts to use |
| 94 | +# - us "en_us" xkb layout |
| 95 | +# - latam "es_latam" xkb layout |
| 96 | +# - gb dvorak "en_gb_dvorak" xkb layout |
| 97 | +# |
| 98 | +# NOTE: See "man xkeyboard-config" for posible layout values. Also, see posible layouts here: https://web.archive.org/web/20161203032703/http://pastebin.com/v2vCPHjs |
| 99 | +# A layout value is composed in the main layout, like "us" or "latam", and its variant, like "dvorak", "colemak", "mac" or "mac_intl" |
| 100 | +# |
| 101 | +layouts: |
| 102 | + - us |
| 103 | + - latam |
| 104 | + |
| 105 | +# |
| 106 | +# features: |
| 107 | +# battery: Enable greeter and themes to get battery status. |
| 108 | +# backlight: |
| 109 | +# enabled: Enable greeter and themes to control display backlight. |
| 110 | +# value: The amount to increase/decrease brightness by greeter. |
| 111 | +# steps: How many steps are needed to do the change. 0 for instant change. |
| 112 | +# |
| 113 | +features: |
| 114 | + battery: False |
| 115 | + backlight: |
| 116 | + enabled: False |
| 117 | + value: 10 |
| 118 | + steps: 0 |
0 commit comments