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.
37 lines
1.3 KiB
37 lines
1.3 KiB
# Whither (Universal Linux Apps) Configuration |
|
|
|
# App Name |
|
WebGreeter: |
|
# Whither's Config |
|
whither: |
|
app_id: com.antergos.web-greeter # Unique identifier string (dbus style) |
|
toolkit: auto # auto|qt|gtk |
|
entry_point: |
|
autoload: False |
|
url: '' # Valid URI for an HTML page to be loaded when the app starts (autoload only). |
|
window: |
|
width: |
|
height: |
|
initial_state: maximized # normal|maximized|minimized|fullscreen |
|
decorated: True # Should the window show standard titlebar and action buttons. |
|
stays_on_top: False # Should the window stay on top of all other windows. |
|
title: Web Greeter for LightDM |
|
icon: |
|
no_desktop_env: False |
|
toolbar: |
|
enabled: False |
|
|
|
# App's Config |
|
app: |
|
background_images_dir: '@background_images_dir@' |
|
config_dir: '@config_dir@' |
|
greeters_dir: '@greeters_dir@' |
|
locale_dir: '@locale_dir@' |
|
logo_image: '@logo_image@' |
|
themes_dir: '@themes_dir@' |
|
user_image: '@user_image@' |
|
version: |
|
full: '@full_version@' |
|
major: '@major_version@' |
|
minor: '@minor_version@' |
|
micro: '@micro_version@'
|
|
|