/plymouth

πŸš— Soothing pastel theme for Plymouth & Archlinux logo

Primary LanguagePythonMIT LicenseMIT

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