From 8306a5f8e2ad52b0c9cdf4bae6b5d40fa4951d81 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 24 Jun 2025 09:50:47 -0700 Subject: [PATCH] Fix that swaybg would hang unless started with & --- bin/omarchy-theme-next | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-theme-next b/bin/omarchy-theme-next index 580fc47..40ace80 100755 --- a/bin/omarchy-theme-next +++ b/bin/omarchy-theme-next @@ -43,7 +43,7 @@ hyprctl reload # Set new background ln -nsf $(find "$HOME/.config/omarchy/current/backgrounds/" -type f | head -n 1) "$HOME/.config/omarchy/current/background" pkill -x swaybg -setsid swaybg -i "$HOME/.config/omarchy/current/background" -m fill +setsid swaybg -i "$HOME/.config/omarchy/current/background" -m fill & # Notify of the new theme notify-send "Theme changed to $NEW_THEME_NAME" -t 2000