From 832def98e2cf9894263feaabd4996eaad906e998 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 20 May 2019 11:53:27 -0700 Subject: [PATCH] Add sddm configuration installing and testing new themes --- source/3/3.1/3.1.9/sddm_configuration.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/3/3.1/3.1.9/sddm_configuration.rst b/source/3/3.1/3.1.9/sddm_configuration.rst index 57bd1040..3c0a89d6 100644 --- a/source/3/3.1/3.1.9/sddm_configuration.rst +++ b/source/3/3.1/3.1.9/sddm_configuration.rst @@ -21,3 +21,11 @@ To test your sddm configuration and make sure it is a valid one so you can log i sddm-greeter --test-mode To change the picture for your user when you login simply copy the file you want as your user picture to in your home folder with the name .face.icon . + +If you want to install other themes for sddm in muon or from the command line search for packages that start their name with sddm-theme. The theme will be stored in /usr/share/sddm/theme/. To test and see what this new theme looks like run + +.. code:: + +sddm-greeter --test-mode --theme /path/to/theme + +from the command line.