From 4b027a9242b0e8be7267d7a04076bd830ff901fe Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 06:47:05 -0400 Subject: [PATCH] Move out of conditional in case user has already installed hyprsunset --- migrations/1754109724.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1754109724.sh b/migrations/1754109724.sh index 6c0e984..b8ff909 100644 --- a/migrations/1754109724.sh +++ b/migrations/1754109724.sh @@ -1,6 +1,6 @@ echo "Add hyprsunset blue light filter" if ! command -v hyprsunset &>/dev/null; then yay -S --noconfirm --needed hyprsunset - omarchy-refresh-hyprsunset fi +omarchy-refresh-hyprsunset