Skip to content

catppuccin/plymouth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Logo
Catppuccin for Plymouth

Previews

๐ŸŒป Latte
๐Ÿชด Frappรฉ
๐ŸŒบ Macchiato
๐ŸŒฟ Mocha

Usage

  1. Clone this repository locally

    git clone https://github.com/catppuccin/plymouth.git && cd plymouth
  2. Copy all or selected theme from themes folder to /usr/share/plymouth/themes/, for example to copy all themes use:

    sudo cp -r themes/* /usr/share/plymouth/themes/
  3. Set default plymouth theme:

    • ๐ŸŒป Latte:

      sudo plymouth-set-default-theme -R catppuccin-latte
    • ๐Ÿชด Frappe:

      sudo plymouth-set-default-theme -R catppuccin-frappe
    • ๐ŸŒบ Macchiato:

      sudo plymouth-set-default-theme -R catppuccin-macchiato
    • ๐ŸŒฟ Mocha:

      sudo plymouth-set-default-theme -R catppuccin-mocha

๐Ÿ™‹ FAQ

plymouth-set-default-theme not available on Ubuntu/Mint

Some distributions use update-alternatives for setting the plymouth theme. After step 1 and 2, perform the following actions:

  1. Install the themes:

    sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/catppuccin-latte/catppuccin-latte.plymouth 200
    sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/catppuccin-frappe/catppuccin-frappe.plymouth 200
    sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/catppuccin-macchiato/catppuccin-macchiato.plymouth 200
    sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/catppuccin-mocha/catppuccin-mocha.plymouth 200
  2. Set the default theme interactively:

    sudo update-alternatives --config default.plymouth
  3. Rebuild the initramfs:

    sudo update-initramfs -u

๐Ÿ’ Thanks to

ย 

Copyright ยฉ 2021-present Catppuccin Org