diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-04-22 10:57:06 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-04-22 10:57:06 +0200 |
| commit | 2d6ade978be93c4d8c3e07bfe62d794bdc9266ef (patch) | |
| tree | 08aefe3ebe9989349933a230d8d02a4ed2f090b1 /data | |
| parent | 65ccc9ad9f8fa6186851b3e33a2747527355dae9 (diff) | |
| parent | 66148f445543aad68db282da75d932551bed9185 (diff) | |
| download | arctica-greeter-2d6ade978be93c4d8c3e07bfe62d794bdc9266ef.tar.gz arctica-greeter-2d6ade978be93c4d8c3e07bfe62d794bdc9266ef.tar.bz2 arctica-greeter-2d6ade978be93c4d8c3e07bfe62d794bdc9266ef.zip | |
Merge branch 'tari01-pr/prompt-box-tweaks'
Attributes GH PR #116: https://github.com/ArcticaProject/arctica-greeter/pull/116
Diffstat (limited to 'data')
| -rw-r--r-- | data/org.ArcticaProject.arctica-greeter.gschema.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml index 68a2522..38be872 100644 --- a/data/org.ArcticaProject.arctica-greeter.gschema.xml +++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml @@ -295,5 +295,45 @@ <default>'left'</default> <summary>Alignment of the main content</summary> </key> + <key name="dash-box-bgcolor" type="s"> + <default>'#1A1A1A'</default> + <summary>The background color of the dash box in #RRGGBB format.</summary> + </key> + <key name="dash-box-opacity" type="d"> + <range min="0.1" max="1.0"/> + <default>0.4</default> + <summary>The opacity of the dash box.</summary> + </key> + <key name="prompt-box-color-normal" type="s"> + <default>'#ffffff'</default> + <summary>The normal text color of the prompt box in #RRGGBB format.</summary> + </key> + <key name="prompt-box-color-error" type="s"> + <default>'#820900'</default> + <summary>The error text color of the prompt box in #RRGGBB format.</summary> + </key> + <key name="prompt-box-error-bg-opacity" type="d"> + <range min="0.0" max="1.0"/> + <default>1.0</default> + <summary>The background opacity of the error message in the prompt box.</summary> + </key> + <key name="logo-position" type="s"> + <choices> + <choice value='top-left'/> + <choice value='top-right'/> + <choice value='bottom-left'/> + <choice value='bottom-right'/> + </choices> + <default>'bottom-left'</default> + <summary>The position of the logo.</summary> + </key> + <key name="logo-offset-horizontal" type="i"> + <default>2</default> + <summary>The horizontal offset of the logo from the edge of the screen in grid units.</summary> + </key> + <key name="logo-offset-vertical" type="i"> + <default>1</default> + <summary>The vertical offset of the logo from the edge of the screen in grid units.</summary> + </key> </schema> </schemalist> |
