No description
Find a file
2026-01-20 16:25:43 +01:00
theme initial commit 2026-01-20 16:25:43 +01:00
install.sh initial commit 2026-01-20 16:25:43 +01:00
LICENSE initial commit 2026-01-20 16:25:43 +01:00
README.md initial commit 2026-01-20 16:25:43 +01:00

Blossom Bootsplash Theme

A beautiful Plymouth bootsplash theme for BlossomOS.

Features

  • Smooth animation with 80+ animation frames
  • Progress indicator with 50+ progress frames
  • Custom Plymouth configuration
  • Lightweight and responsive

Installation

Prerequisites

  • Plymouth installed and configured on your system
  • Root/sudo access

Install Steps

  1. Navigate to this directory:

    cd blossom-bootsplash
    
  2. Run the installation script:

    sudo bash install.sh
    
  3. Set the theme as default:

    sudo plymouth-set-default-theme -R blossom
    

Theme Files

  • blossom.plymouth - Theme configuration file
  • images/ - Contains animation and progress indicator frames
    • animation-*.png - Boot animation frames (80 frames)
    • progress-*.png - Progress bar frames (50 frames)
    • bullet.png - Bullet point indicator
    • entry.png - Text entry field
    • lock.png - Lock icon
    • Other UI elements

Configuration

Edit theme/blossom.plymouth to customize:

  • Animation timing and speed
  • Progress bar appearance
  • Text styling and positioning
  • Image file paths

Verification

To test the theme without rebooting:

sudo plymouthd --debug --debug-file=/tmp/plymouth-debug.log
sudo plymouth show-splash
sudo plymouth quit

License

See LICENSE file in this directory.