diff --git a/bin/omarchy-refresh-plymouth b/bin/omarchy-refresh-plymouth index e911d74f..fce86bf3 100755 --- a/bin/omarchy-refresh-plymouth +++ b/bin/omarchy-refresh-plymouth @@ -1,4 +1,10 @@ #!/bin/bash sudo cp ~/.local/share/omarchy/default/plymouth/* /usr/share/plymouth/themes/omarchy/ -sudo plymouth-set-default-theme -R omarchy +sudo plymouth-set-default-theme omarchy + +if command -v limine-mkinitcpio &>/dev/null; then + sudo limine-mkinitcpio +else + sudo mkinitcpio -P +fi