From 057df61e9a04233dbe654f7bdbd7d2a61d585f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Z=C3=BCrn?= Date: Sat, 5 Apr 2025 18:11:50 +0200 Subject: [PATCH] plymouth theme --- install_plymouth.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_plymouth.sh b/install_plymouth.sh index 4c24332..b2fa13c 100644 --- a/install_plymouth.sh +++ b/install_plymouth.sh @@ -1,5 +1,5 @@ sudo pacman -S plymouth yay -S plymouth-theme-arch-agua -sed -i -e 's/HOOKS=(base/HOOKS=(base plymouth/' ~/.zshrc -sudo mkinitcpio -P \ No newline at end of file +sed -i -e 's/HOOKS=(base/HOOKS=(base plymouth/' /etc/mkinitcpio.conf +sudo plymouth-set-default-theme -R arch-agua \ No newline at end of file