This is a plymouth theme featuring animation of rainbow dash flying. This package is only for debian-based operating system. Popular debian-based OS include but not limited to Debian, Ubuntu, Kali Linux, and Linux Mint. Other operating system like Windows, iPhone and Android can't install this.
Open release section to download.
Just run
./build
from project root directory and it should output the package to plymouth-theme-rainbow-dash_<version>_all.deb
. Where <version>
is version of the theme (currently it).
After download or build the package run
sudo dpkg -i plymouth-theme-rainbow-dash_<version>_all.deb
sudo dpkg -r plymouth-theme-rainbow-dash
To temporarily switch back to default Kali Linux boot animation run
sudo plymouth-set-default-theme kali -R
To switch back again to this boot animation run
plymouth-set-default-theme rainbow-dash -R
sudo update-alternatives --config default.plymouth
choose /usr/share/plymouth/themes/mint-logo/mint-logo.plymouth
, then run:
sudo update-initramfs -c -k $(uname -r)
To switch back again to this boot animation run:
sudo update-alternatives --config default.plymouth
choose /usr/share/plymouth/themes/rainbow-dash/rainbow-dash.plymouth
or choose 0, then run
sudo update-initramfs -c -k $(uname -r)
This package is tested on:
- Linux Mint
- Kali Linux (VM)
I haven't try on other distro so if you try to install this package in other distro that aren't mentioned above please let me know, I will update the list and possibly fix it if it doesn't work.