Skip to content

Commit

Permalink
added instruction for debian based distros
Browse files Browse the repository at this point in the history
  • Loading branch information
akss13 committed May 29, 2020
1 parent 19139ac commit 91b0302
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ yay -S plymouth-theme-NAME-git

### How to use these theme?

follow the step below (I'm using **archlinux** here)-
+ follow the step below (I'm using **archlinux** here)-
```bash
# packages needed - plymouth, plymouth-x11, plymouth-plugin-script(fedora)

Expand All @@ -62,6 +62,24 @@ sudo plymouth-set-default-theme -R angular
# optionally you can test theme by running the script given in repo (plymouth-x11 required)
sudo ./showplymouth.sh 20
```
+ For **debian**(Ubuntu, Kubuntu) based distros-
```bash
# make sure you have the packages for plymouth
sudo apt install plymouth

# after downloading or cloning themes, copy the selected theme in plymouth theme dir
sudo cp -r angular /usr/share/plymouth/themes/

# install the new theme (angular, in this case)
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/angular/angular.plymouth 100

# select the theme to apply
sudo update-alternatives --config default.plymouth
#(select the number for installed theme, angular in this case)

# update initramfs
sudo update-initramfs -u
```
### Previews

Here is an [Album](https://www.buymeacoffee.com/p/44845).
Expand Down

0 comments on commit 91b0302

Please sign in to comment.