From 296e2321511384c10ab5b06c3d0c93d3809bc5b6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 17 Jul 2025 15:29:57 -0700 Subject: [PATCH] Just use existing logic for setting theme bg --- bin/omarchy-theme-set | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bin/omarchy-theme-set b/bin/omarchy-theme-set index 06160b9..5cdb80a 100755 --- a/bin/omarchy-theme-set +++ b/bin/omarchy-theme-set @@ -49,9 +49,4 @@ makoctl reload hyprctl reload # Set new background -first_bg=$(find "$HOME/.config/omarchy/current/backgrounds/" -type f | head -n 1) -if [[ -n "$first_bg" ]]; then - ln -nsf "$first_bg" "$HOME/.config/omarchy/current/background" - pkill -x swaybg - setsid swaybg -i "$HOME/.config/omarchy/current/background" -m fill >/dev/null & -fi +omarchy-theme-bg-next