From 7cafdfcef39662f8ecde5df85188f4949a1000d8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 6 Jan 2026 22:51:25 +0100 Subject: [PATCH] Fix OMARCHY_PATH --- bin/omarchy-hibernation-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-hibernation-setup b/bin/omarchy-hibernation-setup index 0e5afb9c..ca68bdf1 100755 --- a/bin/omarchy-hibernation-setup +++ b/bin/omarchy-hibernation-setup @@ -53,8 +53,8 @@ echo "HOOKS+=(resume)" | sudo tee "$MKINITCPIO_CONF" >/dev/null # Configure suspend-then-hibernate echo "Configuring suspend-then-hibernate" sudo mkdir -p /etc/systemd/logind.conf.d /etc/systemd/sleep.conf.d -sudo cp "$OMARCHY_DIR/defaults/systemd/lid.conf" /etc/systemd/logind.conf.d/ -sudo cp "$OMARCHY_DIR/defaults/systemd/hibernate.conf" /etc/systemd/sleep.conf.d/ +sudo cp "$OMARCHY_PATH/defaults/systemd/lid.conf" /etc/systemd/logind.conf.d/ +sudo cp "$OMARCHY_PATH/defaults/systemd/hibernate.conf" /etc/systemd/sleep.conf.d/ # Regenerate initramfs echo "Regenerating initramfs..."