From c4b45779fed98cb54783e0ef70a34171b1a8dd7b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 18:33:25 -0400 Subject: [PATCH] Use current background link --- bin/omarchy-theme-bg-next | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-theme-bg-next b/bin/omarchy-theme-bg-next index 9440ffd..79bf0c1 100755 --- a/bin/omarchy-theme-bg-next +++ b/bin/omarchy-theme-bg-next @@ -44,5 +44,5 @@ else # Relaunch swaybg pkill -x swaybg - uwsm app -- swaybg -i "$NEW_BACKGROUND" -m fill >/dev/null 2>&1 & + uwsm app -- swaybg -i "$CURRENT_BACKGROUND_LINK" -m fill >/dev/null 2>&1 & fi