Dustin Falgout
8 years ago
4 changed files with 89 additions and 68 deletions
@ -1,31 +1,38 @@ |
|||||||
# Whither (Universal Linux Apps) Configuration |
# Whither (Universal Linux Apps) Configuration |
||||||
# The top-level keys in this file should be application names. This makes it possible to |
|
||||||
# install multiple Whither-based apps on a single system, each with their own configuration. |
|
||||||
|
|
||||||
# App Name |
# App Name |
||||||
WebGreeter: |
WebGreeter: |
||||||
# Whither's Config |
# Whither's Config |
||||||
whither: |
whither: |
||||||
# Unique identifier string (dbus-style) |
app_id: com.antergos.web-greeter # Unique identifier string (dbus style) |
||||||
app_id: com.antergos.web-greeter |
|
||||||
toolkit: auto # auto|qt|gtk |
toolkit: auto # auto|qt|gtk |
||||||
# A valid URI for an HTML page that will be loaded when the app starts. |
|
||||||
entry_point: |
entry_point: |
||||||
autoload: False |
autoload: False |
||||||
url: '' |
url: '' # Valid URI for an HTML page to be loaded when the app starts (autoload only). |
||||||
window: |
window: |
||||||
width: 1120 |
width: |
||||||
height: 720 |
height: |
||||||
initial_state: maximized # normal|maximized|minimized|fullscreen |
initial_state: maximized # normal|maximized|minimized|fullscreen |
||||||
# Whether or not the window should show standard titlebar and action buttons. |
decorated: False # Should the window show standard titlebar and action buttons. |
||||||
decorated: False |
stays_on_top: False # Should the window stay on top of all other windows. |
||||||
# Whether or not the window should stay on top of all other windows. |
|
||||||
stays_on_top: False |
|
||||||
title: Web Greeter for LightDM |
title: Web Greeter for LightDM |
||||||
icon: /usr/share/cnchi/data/icons/48x48/cnchi.png |
icon: |
||||||
toolbar: |
toolbar: |
||||||
enabled: False |
enabled: False |
||||||
|
|
||||||
# App's Config |
# App's Config |
||||||
app: |
app: |
||||||
themes_dir: /home/dustin/github/antergos/lightdm-webkit2-greeter/themes |
background_images_dir: @background_images_dir@ |
||||||
|
config_dir: @config_dir@ |
||||||
|
greeters_dir: @greeters_dir@ |
||||||
|
has_lightdm_1_19_2: @has_lightdm_1_19_2@ |
||||||
|
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@ |
||||||
|
|
||||||
|
Loading…
Reference in new issue