From f569c4e365797d3f9dce7ae6c6bb8ea022ecfebe Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Jul 2025 15:11:52 -0500 Subject: [PATCH] Moving away from SIGUSER2 didn't help with the stacking, so return it --- bin/omarchy-refresh-waybar | 3 +-- bin/omarchy-theme-set | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/omarchy-refresh-waybar b/bin/omarchy-refresh-waybar index c81063b..a0033e4 100755 --- a/bin/omarchy-refresh-waybar +++ b/bin/omarchy-refresh-waybar @@ -6,6 +6,5 @@ if gum confirm "Refresh Waybar config? This will replace your current settings w cp -f ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/ 2>/dev/null # Restart waybar - pkill waybar - setsid waybar >/dev/null 2>&1 & + pkill -SIGUSR2 waybar fi diff --git a/bin/omarchy-theme-set b/bin/omarchy-theme-set index 7bb639c..738d629 100755 --- a/bin/omarchy-theme-set +++ b/bin/omarchy-theme-set @@ -46,8 +46,7 @@ touch "$HOME/.config/alacritty/alacritty.toml" pkill -SIGUSR2 btop # Restart components to apply new theme -pkill waybar -setsid waybar >/dev/null 2>&1 & +pkill -SIGUSR2 waybar makoctl reload hyprctl reload