Skip to content

Latest commit

 

History

History
89 lines (61 loc) · 1.78 KB

README.MD

File metadata and controls

89 lines (61 loc) · 1.78 KB

TeaLinuxOS X : Dandelion [plymouth]

How to Install

  1. Cloning Project
git clone https://github.com/abas/tealinuxos-dandelion-plymouth.git
cd tealinuxos-dandelion-plymouth
  1. Create New plymouth
sudo mkdir /usr/share/plymouth/themes/dandelion-tea
  1. Copy Rendered & Script plymouth
sudo cp dandelion-tea-rendered/* /usr/share/plymouth/themes/dandelion-tea/
sudo cp script/* /usr/share/plymouth/themes/dandelion-tea/
  1. Configure Default Plymouth
sudo nano /etc/alternatives/default.plymouth

change on some line bellow, please ensure that no typo on [script]~

[Plymouth Theme]
Name=Dandelion Tea
Description=TeaLinuxOS X DandelionTea
ModuleName=script

[script]
ImageDir=/usr/share/plymouth/themes/dandelion-tea
ScriptFile=/usr/share/plymouth/themes/dandelion-tea/dandelion-tea.script

Done~

Install with Wizard

  1. Cloning First~
git clone https://github.com/abas/tealinuxos-dandelion-plymouth.git
cd tealinuxos-dandelion-plymouth
  1. Run Wizard
sudo sh run-wiz.sh

for editing configuration, follow like step before~

Done~

Install with PPA

You can update your system with unsupported packages from this untrusted PPA by adding ppa:tea-projects/softwares to your system's Software Sources.

  1. add ppa repository of tea-project
sudo add-apt-repository ppa:tea-projects/softwares
sudo apt-get update

install with apt-get

sudo apt install plymouth-theme-tealinuxos-dandelion-logo

then select the dandelio

Done~

Contributor