From 09fc775fd581cc0d9624edbba912914b75d6db3a Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 23 May 2019 11:33:04 -0700 Subject: [PATCH] Add how to change sddm theme --- source/3/3.1/3.1.9/sddm_configuration.rst | 6 ++++++ 1 file changed, 6 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 1024484f..70a0dcf6 100644 --- a/source/3/3.1/3.1.9/sddm_configuration.rst +++ b/source/3/3.1/3.1.9/sddm_configuration.rst @@ -28,4 +28,10 @@ If you want to install other themes for sddm in muon or from the command line se sddm-greeter --test-mode --theme /path/to/theme +from the command line. To set this new theme as your default theme for sddm see alternatives in chapter 3.2.17 and update the sddm-ubuntu-theme group of alternatives. From the command line to switch this setting you can run + +.. code:: + + sudo update-alternatives --config sddm-ubuntu-theme + from the command line.