All Projects → adi1090x → Plymouth Themes

adi1090x / Plymouth Themes

Licence: gpl-3.0
A hugh collection (80+) of plymouth themes ported from android bootanimations

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Plymouth Themes

Anlinux Adfree
AnLinux, Ad free version.
Stars: ✭ 127 (-80.84%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Archcraft
// Source : ISO
Stars: ✭ 437 (-34.09%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Atilo
Linux installer for termux
Stars: ✭ 629 (-5.13%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (-7.39%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (-79.64%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (-9.65%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Rofi
A large collection of Rofi based custom Menu, Applets, Launchers & Powermenus.
Stars: ✭ 2,907 (+338.46%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (-77.07%)
Mutual labels:  ubuntu, debian, archlinux, fedora
Mkosi
Build Legacy-Free OS Images
Stars: ✭ 589 (-11.16%)
Mutual labels:  ubuntu, debian, fedora
ansible-role-daemonize
Ansible Role - Daemonize.
Stars: ✭ 14 (-97.89%)
Mutual labels:  debian, ubuntu, fedora
darknet.py
darknet.py is a network application with no dependencies other than Python and Tor, useful to anonymize the traffic of linux servers and workstations.
Stars: ✭ 71 (-89.29%)
Mutual labels:  debian, ubuntu, fedora
notion-linux
Native Notion packages for Linux
Stars: ✭ 887 (+33.79%)
Mutual labels:  debian, ubuntu, fedora
Polybar Themes
A huge collection of polybar themes with different styles, colors and variants.
Stars: ✭ 3,687 (+456.11%)
Mutual labels:  ubuntu, debian, archlinux
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (-54.3%)
Mutual labels:  ubuntu, debian, fedora
linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-97.59%)
Mutual labels:  debian, archlinux, fedora
Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (-39.97%)
Mutual labels:  ubuntu, debian, fedora
PXESetupWizard
PXE Setup Wizard. Netboot Debian, Ubuntu, System Rescue CD, FreeDOS and more.
Stars: ✭ 96 (-85.52%)
Mutual labels:  debian, archlinux, fedora
Autodesk-Fusion-360-for-Linux
This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
Stars: ✭ 810 (+22.17%)
Mutual labels:  debian, archlinux, fedora
Ansible Role Apache
Ansible Role - Apache 2.x.
Stars: ✭ 341 (-48.57%)
Mutual labels:  ubuntu, debian, fedora
Ansible Role Firewall
Ansible Role - iptables Firewall configuration.
Stars: ✭ 343 (-48.27%)
Mutual labels:  ubuntu, debian, fedora

Plymouth Themes

Buy Me A Coffee Support me on ko-fi Support me on Paypal Support me on Patreon

A big collection of plymouth themes, ported from android bootanimation from here.

gif

What is plymouth?

Plymouth is a project from Fedora and now listed among the freedesktop.org's official resources providing a flicker-free graphical boot process. It relies on kernel mode setting (KMS) to set the native resolution of the display as early as possible, then provides an eye-candy splash screen leading all the way up to the login manager.

How to set it up?

follow this archwiki article to setup plymouth in archlinux or any other distro.

How to get these theme?

Download : you can download individual themes via link below -

undefined

Clone : or you can clone this repository if you want -

git clone https://github.com/adi1090x/plymouth-themes.git

AUR : If you're archlinux, you can install these themes individually with an AUR helper like yay

yay -S plymouth-theme-NAME-git

Remember to replace the underscore(_) with an hyphen(-) in theme's NAME.

How to use these theme?

  • follow the step below (I'm using archlinux here)-
# packages needed - plymouth, plymouth-x11, plymouth-plugin-script(fedora)

# after downloading or cloning themes, copy the selected theme in plymouth theme dir
sudo cp -r angular /usr/share/plymouth/themes/

# check if theme exist in dir
sudo plymouth-set-default-theme -l

# now set the theme (angular, in this case) and rebuilt the initrd
sudo plymouth-set-default-theme -R angular

# optionally you can test theme by running the script given in repo (plymouth-x11 required)
sudo ./showplymouth.sh 20
  • For debian(Ubuntu, Kubuntu) based distros-
# make sure you have the packages for plymouth
sudo apt install plymouth

# after downloading or cloning themes, copy the selected theme in plymouth theme dir
sudo cp -r angular /usr/share/plymouth/themes/

# install the new theme (angular, in this case)
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/angular/angular.plymouth 100

# select the theme to apply
sudo update-alternatives --config default.plymouth
#(select the number for installed theme, angular in this case)

# update initramfs
sudo update-initramfs -u

Previews

Here is an Album.

Pack 1
Colorful Loop Connect
gif gif

Open in new tab with fullscreen mode for better view

Pack 2
Deus Ex Hexagon Dots
gif gif

Open in new tab with fullscreen mode for better view

Pack 3
Lone Pixels
gif gif

Open in new tab with fullscreen mode for better view

Pack 4
Red Loader Splash
gif gif

Open in new tab with fullscreen mode for better view

FYI

  • Created and tested on machine with 1366x768 resolution.
  • Yeah, that's how quarantine going on 😁.
  • Stay Home - Stay Safe, Help Fighting CORONA.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].