美化¶
GRUB 主题¶
distro-grub-themes 是一个高质量的 GRUB 主题库, 在此处查看效果预览.
安装步骤¶
git clone --depth=1 https://github.com/AdisonCavani/distro-grub-themes.git
cd distro-grub-themes/themes
ls # 查看全部主题
sudo mkdir -p /boot/grub/themes/<THEME>
sudo tar -C /boot/grub/themes/<THEME> -xf <THEME>.tar
修改 GRUB 配置文件, 以应用主题:
重新生成 GRUB 配置:
详情请参考: https://k1ng.dev/distro-grub-themes/installation#manual-installation.
Warning
不建议安装 grub-customizer, 详情请参考 Manjaro Linux Forum.
Plymouth¶
Plymouth 可实现开机动画.
编辑 /etc/mkinitcpio.conf 文件, 在 HOOKS 中的 systemd 后添加 plymouth:
然后重新生成 initramfs:
详情请参考 ArchWiki.