From a414aff7f2d29fee0af6c2f89436ce50349cd756 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 5 Jun 2019 18:04:58 -0700 Subject: [PATCH] Add example on how to change theme field --- source/3/3.1/3.1.9/sddm_configuration.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 459265b2..da72eabb 100644 --- a/source/3/3.1/3.1.9/sddm_configuration.rst +++ b/source/3/3.1/3.1.9/sddm_configuration.rst @@ -34,4 +34,11 @@ from the command line. To set this new theme as your default theme for sddm see sudo update-alternatives --config sddm-ubuntu-theme -from the command line. To add a new background for a particular theme copy that image into the theme folder as root. Then in your theme edit the file theme.conf as root and change the line background= with the path to your image. +from the command line. To add a new background for a particular theme copy that image into the theme folder as root. Then in your theme edit the file theme.conf as root and change the line background= with the path to your image. To edit theme.conf as root run + +.. code:: + + sudo nano /usr/share/sddm/themes/lubuntu/theme.conf + + +