Skip to content

Instantly share code, notes, and snippets.

@sidlors
Last active October 12, 2021 00:08
Show Gist options
  • Select an option

  • Save sidlors/c9be916dbf37fe3e4794fce6711444fb to your computer and use it in GitHub Desktop.

Select an option

Save sidlors/c9be916dbf37fe3e4794fce6711444fb to your computer and use it in GitHub Desktop.

First install plymouth

$sudo apt install plymouth sudo apt install plymouth-themes

We download a theme

go to and choose yoour favorite theme https://www.gnome-look.org/p/1009320

example:

After the successful installation of the plymouth themes tool, it will create

/usr/share/plymouth/themes

For instance, we download it this tar theme, so, we run:

sudo tar xzf 170649-darwin.tar.gz -C /usr/share/plymouth/themes

then we need to run:

sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/darwin/darwin.plymouth 100

sudo update-alternatives --config default.plymouth

and this for screen starup screen when machine is starting

sudo update-initramfs -u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment