From f5ec131b478c345a5d71662bce6cc84c56a1997a Mon Sep 17 00:00:00 2001 From: Ryan Hughes <1630358+ryanrhughes@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:47:38 -0400 Subject: [PATCH] Update omarchy-refresh-plymouth to account for limine changes --- bin/omarchy-refresh-plymouth | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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