oltulu 11935f735a Dosyaları 'temalar/Aylinux-Gunes/images' ye yükle | 6 年 前 | |
---|---|---|
.. | ||
images | 6 年 前 | |
Aylinux-Gunes.plymouth | 6 年 前 | |
Aylinux-Gunes.png | 6 年 前 | |
Aylinux-Gunes.script | 6 年 前 | |
README.md | 6 年 前 |
yaourt -S gdm-plymouth
yaourt -S v86d
yaourt -S sublime-text-dev
This assumes you use Sublime Text and have linked it in your /usr/bin, eg:
sudo ln -s /opt/sublime_text_3/sublime_text /usr/bin/sublime`
Create Workspaces directory
mkdir -p ~/Workspace
Enter Directory
cd ~/Workspace
Clone Repository
git clone https://github.com/ElectricPrism/plymouth-theme-arch-sunrise.git
Copy Files into System
sudo cp -R ~/Workspace/plymouth-theme-arch-sunrise /usr/share/plymouth/themes/arch-sunrise
Copy Framebuffer Fix
sudo cp ~/Workspace/plymouth-theme-arch-sunrise/splash /etc/initramfs-tools/conf.d/
List Plymouth Themes
plymouth-set-default-theme -l
Set Plymouth Theme
plymouth-set-default-theme arch-sunrise
Rebuild Kernel (Is this necessary ???)
mkinitcpio -p linux
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Rebuild Grub (If you use Grub) sudo grub-mkconfig -o /boot/grub/grub.cfg
Testing: Switch to TTY-3 (Ctrl+Shift+F3) Login as Root
plymouthd
plymouth --show-splash
(Does this Work?)
/usr/share/plymouth/themes/
sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/arch-sunrise/arch-sunrise.plymouth 200
sudo update-alternatives --config default.plymouth
(Example of grub options in /etc/default ???)
GRUB_CMDLINE_LINUX_DEFAULT='quiet splash' GRUB_GFXMODE=auto GRUB_GFXPAYLOAD_LINUX=keep
sudo sublime /etc/default/grub
sudo sublime /etc/mkinitcpio.conf
Comment Out
#GRUB_GFXPAYLOAD_LINUX=keep
Rebuild Grub
sudo grub-mkconfig -o /boot/grub/grub.cfg
Add Hook
sudo sublime /etc/mkinitcpio.conf
ADD HOOK v86d
# Rebuild Linux Kernel sudo mkinitcpio -p linux