Skip to content

Commit 46a99c4

Browse files
authored
Merge PR #49 from 0xDracula/sddm-cache-note
update: readme, and adding notes for solving sddm cache issue
2 parents 9d92fc7 + 1b6bfad commit 46a99c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ git clone -b main --depth=1 https://github.com/uiriansan/SilentSDDM && cd Silent
7676
> [!IMPORTANT]
7777
> Make sure to test the theme before rebooting by running `./test.sh`, otherwise you might end up with a broken login screen. Refer to the [snippets page](https://github.com/uiriansan/SilentSDDM/wiki/Snippets) if something goes wrong and [open an issue](https://github.com/uiriansan/SilentSDDM/issues/new/choose) if you don't find the solution there.
7878
79+
> [!NOTE]
80+
> If you encounter issues with the login screen not updating after changes, try clearing SDDM's cache:
81+
> ```bash
82+
> sudo rm -rf /var/lib/sddm/.cache
83+
> ```
84+
7985
## AUR packages for Arch
8086
If you run Arch Linux, consider installing one of the AUR packages:
8187
```bash

0 commit comments

Comments
 (0)