From a465dfa68141ff0100dce51c1b9d499b60f09247 Mon Sep 17 00:00:00 2001 From: Erik Melton Date: Sat, 29 Aug 2026 14:42:47 +0200 Subject: [PATCH] Use the runtime path for Plymouth refresh --- bin/omarchy-refresh-plymouth | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/omarchy-refresh-plymouth b/bin/omarchy-refresh-plymouth index 160e0c8a..fa47ffff 100755 --- a/bin/omarchy-refresh-plymouth +++ b/bin/omarchy-refresh-plymouth @@ -5,5 +5,4 @@ # Reuse the fixed-file publisher so root never resolves the source checkout or # follows a destination symlink while restoring the packaged assets. -script_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd) -exec "$script_dir/omarchy-plymouth-set" --refresh-default +exec "$OMARCHY_PATH/bin/omarchy-plymouth-set" --refresh-default