From ab3904df9a3f357ff8120a41bacadf2c188920c4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Jul 2025 19:14:10 -0700 Subject: [PATCH] Quiet swaybg output --- bin/omarchy-theme-set | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/omarchy-theme-set b/bin/omarchy-theme-set index 4b741a2..46a5c35 100755 --- a/bin/omarchy-theme-set +++ b/bin/omarchy-theme-set @@ -38,6 +38,5 @@ 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 & + setsid swaybg -i "$HOME/.config/omarchy/current/background" -m fill >/dev/null & fi -