Giter Site home page Giter Site logo

proxzima / proxzima-plymouth Goto Github PK

View Code? Open in Web Editor NEW
27.0 2.0 0.0 55.79 MB

A techno Plymouth theme with crazy ass animation.

Home Page: https://aur.archlinux.org/packages/proxzima-plymouth-git

License: GNU General Public License v3.0

Shell 100.00%
plymouth plymouth-theme splash splash-screen boot-theme

proxzima-plymouth's Introduction

Proxzima for Plymouth

LinuxArch

A techno Plymouth theme with crazy ass animation.

Boot Screen Shutdown Screen
Boot Screen Shutdown Screen

Installation

AUR

For Arch users, the theme is available from the AUR here.

  1. Install it with your favorite AUR helper: paru proxzima-plymouth-git

  2. Follow steps 3. and 4. given below.

Manually

Dependencies

  • plymouth

Note

plymouth-x11 is required to preview the theme without rebooting.

  1. Clone this repo or download the .zip
$ git clone https://github.com/PROxZIMA/proxzima-plymouth.git
$ cd proxzima-plymouth
  1. Copy the whole proxzima directory to plymouth themes
$ sudo cp -r proxzima /usr/share/plymouth/themes
  1. Follow the steps based on your distribution

    • Arch based distros
    # check if theme exist in dir
    sudo plymouth-set-default-theme -l
    
    # optionally you can test the theme by running the script given in repo (plymouth-x11 required)
    sudo ./preview.sh 13
    
    # now set the theme (proxzima, in this case) and rebuilt the initrd
    sudo plymouth-set-default-theme -R proxzima
    
    • Debian(Ubuntu, Kubuntu) based distros
    # install the new theme (proxzima, in this case)
    sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/proxzima/proxzima.plymouth 100
    
    # select the theme number and press enter to apply
    sudo update-alternatives --config default.plymouth
    
    # update initramfs
    sudo update-initramfs -u
    
  2. Reboot and voila

Configuration

If you want to use the shutdown animation as boot screen then do the following changes in the proxzima.script file.

- boot = 196;
+ boot = 97;

-   flyingman_image[i] = Image("boot-" + i + ".png");
+   flyingman_image[i] = Image("shut-" + i + ".png");

Potential problems and solutions

Never had one but still refer to the following articles.

For scripting: https://www.freedesktop.org/wiki/Software/Plymouth/Scripts/

Credits

License

GPLv3 License.

proxzima-plymouth's People

Contributors

proxzima avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.