https://github.com/funinkina/manjaro-minimal-bootsplash
Plymouth theme for Manjaro Linux using Manjaro logo and a custom spinner for bootsplash screen.
https://github.com/funinkina/manjaro-minimal-bootsplash
arch arch-linux bootsplash bootsplash-theme customization linux manjaro manjaro-linux plymouth-boot-animations plymouth-bootsplash plymouth-themes theming
Last synced: 4 months ago
JSON representation
Plymouth theme for Manjaro Linux using Manjaro logo and a custom spinner for bootsplash screen.
- Host: GitHub
- URL: https://github.com/funinkina/manjaro-minimal-bootsplash
- Owner: funinkina
- License: gpl-3.0
- Created: 2022-07-16T06:41:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T07:27:21.000Z (over 3 years ago)
- Last Synced: 2023-03-06T16:28:01.789Z (over 2 years ago)
- Topics: arch, arch-linux, bootsplash, bootsplash-theme, customization, linux, manjaro, manjaro-linux, plymouth-boot-animations, plymouth-bootsplash, plymouth-themes, theming
- Language: Shell
- Homepage:
- Size: 114 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manjaro Minimal Bootsplash
Plymouth theme for Manjaro linux using slightly tweaked manjaro logo and a custom spinner.
This project is a fork of [this project](https://github.com/trdmm/bootsplash-theme-alien).
The spinner base gif was created using Preloaders.net and heavily modified afterwards.
## Preview:

## Installation:
- use `git clone https://github.com/funinkina/manjaro-minimal-bootsplash.git` to clone this repository to your home folder.
- `cd manjaro-minimal-bootsplash`
- run `chmod +x bootsplash-minimal.sh`
- run `chmod +x bootsplash-packer`
- run `./bootsplash-minimal.sh` to generate the STL model.
- run `makepkg -sci` to create and and install the package automatically _(alternatively you can use `makepkg -s` to create the arch package and install it with: `pacman -U $package_name`)_.
- append `manjaro-minimal-bootsplash` hook at the end of HOOKS string in `/etc/mkinitcpio.conf`
it should look something like this:
>HOOKS="base udev autodetect modconf block keyboard keymap consolefont plymouth resume filesystems fsck manjaro-minimal-bootsplash"
- add `bootsplash.bootfile=bootsplash-themes/minimal/bootsplash` at the end of `GRUB_CMDLINE_LINUX` string in `/etc/default/grub` and don't forget to remove the `quiet` parameter!
it should look something like this:
>GRUB_CMDLINE_LINUX_DEFAULT="bootsplash.bootfile=bootsplash-themes/minimal/bootsplash"
- run `sudo mkinitcpio -P`
- run `sudo update-grub`