diff --git a/bin/omarchy-theme-set b/bin/omarchy-theme-set index 2998fb0..2e043f1 100755 --- a/bin/omarchy-theme-set +++ b/bin/omarchy-theme-set @@ -28,6 +28,9 @@ ln -nsf "$THEME_PATH" "$CURRENT_THEME_DIR" # Trigger alacritty config reload touch "$HOME/.config/alacritty/alacritty.toml" +# Trigger btop config reload +pkill -SIGUSR2 btop + # Restart components to apply new theme pkill waybar setsid waybar >/dev/null 2>&1 &