项目作者: emanuele-scarsella

项目描述 :
Animated plymouth theme with ubuntu logo and a futuristic and elegant look
高级语言: Shell
项目地址: git://github.com/emanuele-scarsella/vortex-ubuntu-plymouth-theme.git
创建时间: 2020-12-20T20:14:55Z
项目社区:https://github.com/emanuele-scarsella/vortex-ubuntu-plymouth-theme

开源协议:GNU General Public License v2.0

下载


Vortex Ubuntu boot splash theme






Animated Plymouth theme with the Ubuntu logo and a futuristic and
elegant look.

The splash image color wheel spins at varying speeds creating a vortex effect.
During boot, a simple but elegant progress bar is displayed. Simultaneously, the
Ubuntu logo spins in the opposite direction.

Disk encryption password prompt is supported.

Examples

Bootup Shutdown
Boot splash animated demo Shutdown splash animated demo
Password Question
Boot splash with password animated demo Boot splash with question animated demo

:gear: Installation

To preview the theme interactively, install the plymouth-x11 package:

  1. sudo apt install plymouth-x11

To install the theme and set it as the default, navigate to the repository
directory and invoke the install script:

  1. cd path/to/vortex-ubuntu-plymouth-theme
  2. ./install

install invokes sudo so you will be asked for your password.

:paintbrush: Preview / Testing

To preview the currently active Plymouth theme, navigate to the repository
directory and invoke the test-plymouth script:

  1. cd path/to/vortex-ubuntu-plymouth-theme
  2. # Show Plymouth preview for 10 seconds
  3. ./test-plymouth
  4. # Show Plymouth with mock password and question/answer prompts,
  5. # then show splash for 10 more seconds
  6. ./test-plymouth prompt

test-plymouth invokes sudo so you will be asked for your password.

:no_entry_sign: Removal

To remove the theme, navigate to the repository
directory and invoke the install script with the uninstall argument:

  1. cd path/to/vortex-ubuntu-plymouth-theme
  2. ./install uninstall

install invokes sudo so you will be asked for your password.

The uninstallation process will prompt you to set a new theme. The default
Plymouth theme in Ubuntu 22.04 is bgrt.

:wrench: Customization

Logo spin

To disable the logo image spin, edit vortex-ubuntu/vortex-ubuntu.script and
change logo_spin = -0.009; to logo_spin = 0; near the top.

Background color

Modify vortex-ubuntu/bg.png in the repository, and fill the image with your
desired background color. After modification, reinstall the theme with
./install as described above.

Background image

Replace vortex-ubuntu/bg.png in the repository with your desired background
image. Your image must be in PNG format. After modification, reinstall the theme
with ./install as described above.

License

This project is licensed under the GNU General Public License (GPL) version 2.
See LICENSE for more information.

:copyright: Acknowledgments

:handshake: Contributions