From e0b889fb980ef2b7d48b7348f2cb59c72b9cdddb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 24 Jul 2026 12:20:04 -0700 Subject: [PATCH] Reset Plymouth by reusing the refresh commands Co-Authored-By: Claude Opus 5 (1M context) --- bin/omarchy-plymouth-reset | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/bin/omarchy-plymouth-reset b/bin/omarchy-plymouth-reset index d97bb071..797d3cb0 100755 --- a/bin/omarchy-plymouth-reset +++ b/bin/omarchy-plymouth-reset @@ -3,15 +3,5 @@ # omarchy:summary=Restore the default Omarchy Plymouth boot theme and SDDM login screen # omarchy:requires-sudo=true -theme_dir="/usr/share/plymouth/themes/omarchy" - -sudo find "$OMARCHY_PATH/default/plymouth" -maxdepth 1 -type f -exec cp -t "$theme_dir/" {} + -sudo plymouth-set-default-theme omarchy - -if omarchy-cmd-present limine-mkinitcpio; then - sudo limine-mkinitcpio -else - sudo mkinitcpio -P -fi - +omarchy-refresh-plymouth omarchy-refresh-sddm