Giter Site home page Giter Site logo

framework-plymouth's Introduction

Framework-spinner

Thank you sniss for making this gif!

result Installation result

Backup your Plymouth themes folder

sudo cp -r /usr/share/plymouth/themes/. /usr/share/plymouth/themes-bak/

Clone the repository

git clone https://github.com/Player6734/Framework-plymouth.git /home/$USER/Downloads/framework-plymouth

cd into it

cd /home/$USER/Downloads/framework-plymouth

Remove old throbber files

Note: This step might vary depending on your theme setup. Check if your Plymouth theme contains a 'spinner' directory and manually verify the files to be deleted.

sudo find /usr/share/plymouth/themes/spinner -type f -name 'throbber-*' -delete

Copy all of the throbber files to the 'spinner' folder of the plymouth theme

This copies the new throbber files to your Plymouth 'spinner' directory.

sudo cp -r Throbber-frames/. /usr/share/plymouth/themes/spinner/

Apply changes to the kernel

Update the kernel to apply the changes. It is recommended to backup your kernel configuration as a precaution.

sudo dracut --force -v

Clean up the git repo downloaded

rm -rf /home/$USER/Downloads/framework-plymouth

For Fedora and OpenSUSE users

These are the two only distro where I've tested the commands. if the command sudo find /usr/share/plymouth/themes/spinner -type f -name 'throbber-*' outputs around 30 files then it should work.

(all the commands above chained)

sudo cp -r /usr/share/plymouth/themes/. /usr/share/plymouth/themes-bak/ ; git clone https://github.com/Player6734/Framework-plymouth.git /home/$USER/Downloads/framework-plymouth ; cd /home/$USER/Downloads/framework-plymouth ; sudo find /usr/share/plymouth/themes/spinner -type f -name 'throbber-*' -delete ; sudo cp -r Throbber-frames/. /usr/share/plymouth/themes/spinner/ ; cd ; sudo dracut --force -v ; rm -rf /home/$USER/Downloads/framework-plymouth

framework-plymouth's People

Contributors

player6734 avatar

Stargazers

Jezreel Maldonado avatar Tasmo avatar  avatar  avatar  avatar

Watchers

 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.