Skip to content

A plymouth animation, based on a drawing CC-BY Chibadeer

Notifications You must be signed in to change notification settings

marius851000/nixos-pony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixos-pony

A plymouth bootup animation, based on this drawing by ChibaDeer.

If you want to set the background of Grub and the connection manager,

Installation on distro that use FHS (a.k.a not NixOS or GuixSD)

For the installation, I’ll copy the instruction of Pling:

Plymouth is a bootsplash for Linux supporting animations using Direct Rendering Manager and KMS driver. It gets packed into the initrd. Besides eye-candy, Plymouth also handles user interaction during boot.

Installation instructions:

copy YOURTHEME folder to usr/share/plymouth/themes/YOURTHEME

run in terminal:
    sudo plymouth-set-default-theme YOURTHEME -R

Installation on NixOS

doesn’t include how to enable plymouth. But setting boot.plymouth.enable = true should work.

Put that in your system config (reformating accordingly. Should make an flake overlay)

You can also set the grub background and SDDM background, but that’s surprisingly complicated (especially SDDM).

You take a look at here for an example. It should be somewhere in here...

let
    nixos-pony = import whatever-variable-have-this-repository { inherit pkgs; };
{
    
    boot.plymouth = {
        themePackages = [ nixos-pony.plymouth_theme ];
        theme = "nixos-pony";
    };
}

license

CC-BY 4.0 Marius DAVID based on a work by ChibaDeer

About

A plymouth animation, based on a drawing CC-BY Chibadeer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published