Skip to content

MrE8065/PSLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSLinux

PS1 style plymouth boot theme

pslinux.mp4

Note

Script based on template file from https://github.com/adi1090x/plymouth-themes

Installation

Install the plymouth package (check the Arch Wiki)

Download and apply this theme:

git clone https://github.com/MrE8065/PSLinux.git ~/PSLinux
sudo cp -r ~/PSLinux/pslinux /usr/share/plymouth/themes
sudo plymouth-set-default-theme -R pslinux

If your system boots fast and the animation doesn't show completely, create this service:

/etc/systemd/system/plymouth-wait-for-animation.service

[Unit]
Description=Waits for Plymouth animation to finish
Before=plymouth-quit.service display-manager.service

[Service]
Type=oneshot
ExecStart=/usr/bin/sleep 9

[Install]
WantedBy=plymouth-start.service

And enable it:

sudo systemctl enable plymouth-wait-for-animation.service

About

PS1 style plymouth boot animation

Topics

Resources

License

Stars

Watchers

Forks