summarylogtreecommitdiffstats
path: root/sddm-archlinux-theme.install
diff options
context:
space:
mode:
Diffstat (limited to 'sddm-archlinux-theme.install')
-rw-r--r--sddm-archlinux-theme.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/sddm-archlinux-theme.install b/sddm-archlinux-theme.install
new file mode 100644
index 000000000000..f4899caf6c63
--- /dev/null
+++ b/sddm-archlinux-theme.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "To use this theme, add the following lines to /etc/sddm.conf:"
+ echo
+ echo "[Theme]"
+ echo "Current=archlinux"
+}