From fe19eee32bce34d9543e3dc2ae61f8499a4bfd3a Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 10 Nov 2025 17:55:01 -0500 Subject: [PATCH] Delegate plymouth theme to packaging --- install/login/plymouth.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install/login/plymouth.sh b/install/login/plymouth.sh index af5d63fe..a68b7278 100644 --- a/install/login/plymouth.sh +++ b/install/login/plymouth.sh @@ -1,4 +1,3 @@ -if [ "$(plymouth-set-default-theme)" != "omarchy" ]; then - sudo cp -r "/usr/share/omarchy/default/plymouth" /usr/share/plymouth/themes/omarchy/ - sudo plymouth-set-default-theme omarchy -fi +# Set omarchy as the default plymouth theme +# Theme files are installed by the package at /usr/share/plymouth/themes/omarchy/ +sudo plymouth-set-default-theme omarchy