aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-02-06 10:30:09 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-02-06 12:08:33 +0100
commit2a13e8411b82d08a614b183470ac1d09b84cccf5 (patch)
treef2aca9191730cd58557ce17b8bae10033cc9ed4f
parented942f51e74557532f2d6a49c972e6124e76dff6 (diff)
downloadarctica-greeter-2a13e8411b82d08a614b183470ac1d09b84cccf5.tar.gz
arctica-greeter-2a13e8411b82d08a614b183470ac1d09b84cccf5.tar.bz2
arctica-greeter-2a13e8411b82d08a614b183470ac1d09b84cccf5.zip
README.md: Provide README.md file, using Slick Greeter's README.md as inspiration.
l---------[-rw-r--r--]README2
-rw-r--r--README.md18
2 files changed, 19 insertions, 1 deletions
diff --git a/README b/README
index 61ef7b6..42061c0 100644..120000
--- a/README
+++ b/README
@@ -1 +1 @@
-https://github.com/ArcticaProject/arctica-greeter
+README.md \ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5565195
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# Arctica Greeter
+
+## Configuration
+
+- The default configuration is stored in dconf under the schema org.ArcticaProject.arctica-greeter.
+- Distributions should set their own defaults using a GLib override.
+
+# Features
+
+- Arctica Greeter is cross-distribution and should work pretty much anywhere.
+- Arctica Greeter uses Ayatana Indicators for the tray icons, so make sure they are available in your distribution, as well.
+- This greeter supports HiDPI.
+- Sessions are validated. If a default/chosen session isn't present on the system, the greeter scans for known sessions in /usr/share/xsessions and replaces the invalid session choice with a valid session.
+- You can take a screenshot by pressing PrintScrn. The screenshot is saved in /var/lib/lightdm/Screenshot.png.
+
+# Credits
+
+- Arctica Greeter started as a fork of Unity Greeter 16.04.2, a greeter developed for Ubuntu by Canonical. Furtheron, various improvements are take from Slick Greeter, the LinuxMint fork of Unity Greeter.