Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,37 @@ sudo update-alternatives --config default.plymouth
# update initramfs
sudo update-initramfs -u
```

+ **Debian 13 Specific Notes**<br>

On Debian 13 ***(also other might apply to debian based distros)***, the theme may not show even after following the steps above. <br>
To fix this, verify and set the theme in `plymouthd.conf`:

```bash
cat /etc/plymouth/plymouthd.conf
```

You should see something like:

```ini
[Daemon]
Theme=angular
ShowDelay=0
```

If the Theme is not set to your chosen theme:

```bash
sudo nano /etc/plymouth/plymouthd.conf
# change Theme=<yourChosenTheme>
```

Then rebuild initramfs:

```bash
sudo update-initramfs -u
```

### Previews

<!----------------------------- Pack 1 ----------------------------->
Expand Down