From a5f99a67ba8814dfc2e41983000c82ee2b5e1fe8 Mon Sep 17 00:00:00 2001 From: SubHobo Date: Sun, 1 Mar 2026 21:05:22 -0500 Subject: [PATCH] Fix theme directory name in README.md to align with repo name --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 127e7da..d0f685b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ add this lines ```sh [Theme] -Current=simple_sddm_2 +Current=simple-sddm-2 [General] InputMethod=qtvirtualkeyboard @@ -60,14 +60,14 @@ InputMethod=qtvirtualkeyboard ### Language and time format - By default, it is configured with 24H format. You can change to AM/PM variant by editing the theme.conf ```bash -sudo nano /usr/share/sddm/themes/simple_sddm_2/theme.conf # use any text editor with raised privileges +sudo nano /usr/share/sddm/themes/simple-sddm-2/theme.conf # use any text editor with raised privileges ``` - `HourFormat="hh:mm AP` . Make sure to disable the above of this part ### 🖼️ Default SDDM background -- To change the default background, put desired image in the `/usr/share/sddm/themes/simple_sddm_2/Backgrounds/` folder and add the name of the image followed by its extension (`.jpg` or `.png`) in `theme.conf` file. +- To change the default background, put desired image in the `/usr/share/sddm/themes/simple-sddm-2/Backgrounds/` folder and add the name of the image followed by its extension (`.jpg` or `.png`) in `theme.conf` file. -- You can also customize it further if you wish in the `/usr/share/sddm/themes/simple_sddm_2/theme.conf` +- You can also customize it further if you wish in the `/usr/share/sddm/themes/simple-sddm-2/theme.conf` (blur, form position, etc).