aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/arctica-greeter-check-hidpi.12
-rw-r--r--data/arctica-greeter-enable-tap-to-click.12
-rw-r--r--data/arctica-greeter-guest-account-script.82
-rw-r--r--data/arctica-greeter-magnifier.12
-rw-r--r--data/arctica-greeter-set-keyboard-layout.12
-rw-r--r--data/arctica-greeter.12
-rw-r--r--data/org.ArcticaProject.arctica-greeter.gschema.xml40
7 files changed, 46 insertions, 6 deletions
diff --git a/data/arctica-greeter-check-hidpi.1 b/data/arctica-greeter-check-hidpi.1
index 4745719..fbd6c8e 100644
--- a/data/arctica-greeter-check-hidpi.1
+++ b/data/arctica-greeter-check-hidpi.1
@@ -1,4 +1,4 @@
-.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.9" "LightDM Greeter"
+.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.10" "LightDM Greeter"
.SH NAME
arctica-greeter-check-hidpi \- Check for HiDPI display in Arctica Greeter
.SH SYNOPSIS
diff --git a/data/arctica-greeter-enable-tap-to-click.1 b/data/arctica-greeter-enable-tap-to-click.1
index d9b5e21..fb9dbb0 100644
--- a/data/arctica-greeter-enable-tap-to-click.1
+++ b/data/arctica-greeter-enable-tap-to-click.1
@@ -1,4 +1,4 @@
-.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.9" "LightDM Greeter"
+.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.10" "LightDM Greeter"
.SH NAME
arctica-greeter-enable-tap-to-click \- Enable tap-to-click in Arctica Greeter
.SH SYNOPSIS
diff --git a/data/arctica-greeter-guest-account-script.8 b/data/arctica-greeter-guest-account-script.8
index ca06500..48361ce 100644
--- a/data/arctica-greeter-guest-account-script.8
+++ b/data/arctica-greeter-guest-account-script.8
@@ -1,4 +1,4 @@
-.TH ARCTICA-GREETER 8 "Apr 2025" "Version 0.99.8.9" "LightDM Greeter"
+.TH ARCTICA-GREETER 8 "Apr 2025" "Version 0.99.8.10" "LightDM Greeter"
.SH NAME
arctica-greeter-guest-account-script \- Create temp user for an Arctica Greeter's Guest Session
.SH SYNOPSIS
diff --git a/data/arctica-greeter-magnifier.1 b/data/arctica-greeter-magnifier.1
index 7f9beea..b0b4f59 100644
--- a/data/arctica-greeter-magnifier.1
+++ b/data/arctica-greeter-magnifier.1
@@ -1,4 +1,4 @@
-.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.9" "LightDM Greeter"
+.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.10" "LightDM Greeter"
.SH NAME
arctica-greeter-magnifier \- Magnifying glass for Arctica Greeter
.SH SYNOPSIS
diff --git a/data/arctica-greeter-set-keyboard-layout.1 b/data/arctica-greeter-set-keyboard-layout.1
index c8a4834..9267346 100644
--- a/data/arctica-greeter-set-keyboard-layout.1
+++ b/data/arctica-greeter-set-keyboard-layout.1
@@ -1,4 +1,4 @@
-.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.9" "LightDM Greeter"
+.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.10" "LightDM Greeter"
.SH NAME
arctica-greeter-set-keyboard-layout \- Tool to set the keyboard layout in Arctica Greeter
.SH SYNOPSIS
diff --git a/data/arctica-greeter.1 b/data/arctica-greeter.1
index 2819138..2373b95 100644
--- a/data/arctica-greeter.1
+++ b/data/arctica-greeter.1
@@ -1,4 +1,4 @@
-.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.9" "LightDM Greeter"
+.TH ARCTICA-GREETER 1 "Apr 2025" "Version 0.99.8.10" "LightDM Greeter"
.SH NAME
arctica-greeter \- LightDM greeter for the modern desktop
.SH SYNOPSIS
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>